kjs Library API Documentation

KJS::ElementNode Class Reference

Inheritance diagram for KJS::ElementNode:

Inheritance graph
[legend]
Collaboration diagram for KJS::ElementNode:

Collaboration graph
[legend]
List of all members.

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

Value ElementNode::evaluate ExecState exec  )  const [virtual]
 

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:
KDE Logo
This file is part of the documentation for kjs Library Version 3.4.2.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Thu Jul 20 13:53:11 2006 by doxygen 1.4.4 written by Dimitri van Heesch, © 1997-2003