KJS::VarDeclNode Class Reference
Inheritance diagram for KJS::VarDeclNode:

Detailed Description
Definition at line 678 of file nodes.h.
Public Types | |
| enum | Type { Variable, Constant } |
Public Member Functions | |
| VarDeclNode (const Identifier &id, AssignExprNode *in, Type t) | |
| virtual void | ref () |
| virtual bool | deref () |
| virtual Value | evaluate (ExecState *exec) const |
| virtual void | processVarDecls (ExecState *exec) |
| virtual void | streamTo (SourceStream &s) const |
Member Function Documentation
The documentation for this class was generated from the following files:

