KJS::StatementNode Class Reference
Inheritance diagram for KJS::StatementNode:

Detailed Description
Definition at line 133 of file nodes.h.
Public Member Functions | |
| StatementNode () | |
| virtual | ~StatementNode () |
| void | setLoc (int line0, int line1, SourceCode *src) |
| int | firstLine () const |
| int | lastLine () const |
| int | sourceId () const |
| SourceCode * | code () const |
| bool | hitStatement (ExecState *exec) |
| bool | abortStatement (ExecState *exec) |
| virtual Completion | execute (ExecState *exec)=0 |
| void | pushLabel (const Identifier &id) |
| virtual void | processFuncDecl (ExecState *exec) |
Protected Attributes | |
| LabelStack | ls |
The documentation for this class was generated from the following files:

