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

Detailed Description
Definition at line 781 of file nodes.h.
Public Member Functions | |
| AssignDotNode (Node *base, const Identifier &ident, Operator oper, Node *right) | |
| JSValue * | evaluate (ExecState *) |
| virtual void | streamTo (SourceStream &) const |
| virtual void | recurseVisit (NodeVisitor *visitor) |
Protected Attributes | |
| RefPtr< Node > | m_base |
| Identifier | m_ident |
| Operator | m_oper |
| RefPtr< Node > | m_right |
Constructor & Destructor Documentation
| KJS::AssignDotNode::AssignDotNode | ( | Node * | base, | |
| const Identifier & | ident, | |||
| Operator | oper, | |||
| Node * | right | |||
| ) | [inline] |
Member Function Documentation
| void AssignDotNode::streamTo | ( | SourceStream & | s | ) | const [virtual] |
| void KJS::AssignDotNode::recurseVisit | ( | NodeVisitor * | visitor | ) | [virtual] |
Member Data Documentation
RefPtr<Node> KJS::AssignDotNode::m_base [protected] |
Identifier KJS::AssignDotNode::m_ident [protected] |
Operator KJS::AssignDotNode::m_oper [protected] |
RefPtr<Node> KJS::AssignDotNode::m_right [protected] |
The documentation for this class was generated from the following files:
KDE 4.0 API Reference