kjs Library API Documentation

KJS::StatementNode Class Reference

Inheritance diagram for KJS::StatementNode:

KJS::Node KJS::BlockNode KJS::BreakNode KJS::CatchNode KJS::ContinueNode KJS::DoWhileNode KJS::EmptyStatementNode KJS::ExprStatementNode KJS::FinallyNode KJS::ForInNode KJS::ForNode KJS::FuncDeclNode KJS::IfNode KJS::LabelNode KJS::ReturnNode KJS::SourceElementsNode KJS::StatListNode KJS::SwitchNode KJS::ThrowNode KJS::TryNode KJS::VarStatementNode KJS::WhileNode KJS::WithNode List of all members.

Public Member Functions

 StatementNode ()
virtual ~StatementNode ()
void setLoc (int line0, int line1, SourceCode *src)
int firstLine () const
int lastLine () const
int sourceId () const
SourceCodecode () 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

Detailed Description

Definition at line 132 of file nodes.h.


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 Mon Jun 12 11:32:52 2006 by doxygen 1.4.4 written by Dimitri van Heesch, © 1997-2003