KJS
KJS::PropertyNode Class Reference
#include <nodes.h>
Inheritance diagram for KJS::PropertyNode:

Detailed Description
Definition at line 378 of file nodes.h.
Public Types | |
| enum | Type { Constant, Getter, Setter } |
Public Member Functions | |
| PropertyNode (PropertyNameNode *n, Node *a, Type t) | |
| JSValue * | evaluate (ExecState *) |
| virtual void | streamTo (SourceStream &) const |
| virtual void | recurseVisit (NodeVisitor *visitor) |
Friends | |
| class | PropertyListNode |
Member Enumeration Documentation
Constructor & Destructor Documentation
| KJS::PropertyNode::PropertyNode | ( | PropertyNameNode * | n, | |
| Node * | a, | |||
| Type | t | |||
| ) | [inline] |
Member Function Documentation
| void PropertyNode::streamTo | ( | SourceStream & | s | ) | const [virtual] |
| void KJS::PropertyNode::recurseVisit | ( | NodeVisitor * | visitor | ) | [virtual] |
Friends And Related Function Documentation
friend class PropertyListNode [friend] |
The documentation for this class was generated from the following files:
KDE 4.0 API Reference