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

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