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

Detailed Description
Definition at line 541 of file nodes.h.
Public Member Functions | |
| FunctionCallDotNode (Node *b, const Identifier &i, ArgumentsNode *a) | |
| JSValue * | evaluate (ExecState *) |
| virtual void | streamTo (SourceStream &) const |
| virtual void | recurseVisit (NodeVisitor *visitor) |
Protected Attributes | |
| RefPtr< Node > | base |
| Identifier | ident |
| RefPtr< ArgumentsNode > | args |
Constructor & Destructor Documentation
| KJS::FunctionCallDotNode::FunctionCallDotNode | ( | Node * | b, | |
| const Identifier & | i, | |||
| ArgumentsNode * | a | |||
| ) | [inline] |
Member Function Documentation
| void FunctionCallDotNode::streamTo | ( | SourceStream & | s | ) | const [virtual] |
Implements KJS::Node.
Reimplemented in KJS::FunctionCallParenDotNode.
Definition at line 404 of file nodes2string.cpp.
| void KJS::FunctionCallDotNode::recurseVisit | ( | NodeVisitor * | visitor | ) | [virtual] |
Member Data Documentation
RefPtr<Node> KJS::FunctionCallDotNode::base [protected] |
Identifier KJS::FunctionCallDotNode::ident [protected] |
RefPtr<ArgumentsNode> KJS::FunctionCallDotNode::args [protected] |
The documentation for this class was generated from the following files:
KDE 4.0 API Reference