class StatementCls
class StatementCls: public PTreeNodeCls, public LstSeqBldrCls
The base class for all statements
Inheritance:
-
-
Public Methods
-
StatementCls() - Constructor
-
StatementCls(char *StmtText) - Constructor
-
int emit() - SLICK Emitter
-
Documentation
The base class for all statements.
-
StatementCls()
- Constructor.
-
StatementCls(char *StmtText)
- Constructor.
- Parameters:
-
StmtText - Input text for this statement
-
int emit()
- SLICK Emitter.
Nothing is emitted.
- Returns:
- 0
-
char* 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++

