Home
 

class StatementCls

class StatementCls: public PTreeNodeCls, public LstSeqBldrCls

The base class for all statements

Inheritance:


Public Methods

[more] StatementCls()
Constructor
[more] StatementCls(char *StmtText)
Constructor
[more]int emit()
SLICK Emitter


Protected Fields

[more]char* stmt_text
The input text of this statement



Documentation

The base class for all statements.
oStatementCls()
Constructor.

oStatementCls(char *StmtText)
Constructor.
Parameters:
StmtText - Input text for this statement

oint emit()
SLICK Emitter.

Nothing is emitted.

Returns:
0

ochar* stmt_text
The input text of this statement

Direct child classes:
WriteStmtCls
LoopStmtCls
IfStmtCls
ExitStmtCls
EmptyStmtCls
ElseStmtCls
AssignmentStmtCls
See Also:
EmptyStmtCls
AssignmentStmt
WriteStmt
LoopStmtCls
ExitStmtCls
IfStmtCls

Alphabetic index HTML hierarchy of classes or Java



DOC++