KJS::ElementNode Class Reference
Inheritance diagram for KJS::ElementNode:

Public Member Functions | |
ElementNode (int e, Node *n) | |
ElementNode (ElementNode *l, int e, Node *n) | |
virtual void | ref () |
virtual bool | deref () |
virtual Value | evaluate (ExecState *exec) const |
virtual void | streamTo (SourceStream &s) const |
Friends | |
class | ArrayNode |
Detailed Description
Definition at line 244 of file nodes.h.
Member Function Documentation
|
Returns the value represented by this node. Always dereferenced. Reimplemented from KJS::Node. Definition at line 448 of file nodes.cpp. References KJS::Interpreter::builtinArray(), KJS::Object::construct(), KJS::List::empty(), KJS::ExecState::interpreter(), and KJS::Object::put(). Referenced by KJS::ArrayNode::evaluate(). |
The documentation for this class was generated from the following files: