class ElseStmtCls
class ElseStmtCls: public StatementCls
Else block
Inheritance:
-
-
Public Methods
-
ElseStmtCls() - Constructor
-
ElseStmtCls(PPTreeNodeCls statements) - Constructor
-
int emit() - SLICK Emitter
-
Inherited from StatementCls:
-
-
Protected Fields
-
char* stmt_text
-
Documentation
Else block. ElseBlock: | else <StatementSeq>
-
ElseStmtCls()
- Constructor.
Creates an empty else block.
-
ElseStmtCls(PPTreeNodeCls statements)
- Constructor.
- Parameters:
-
statements - Statements in the block.
-
int emit()
- SLICK Emitter.
Emits nothing for an empty else, or the else opcode and the statements.
- Returns:
- 0
- This class has no child classes.
- See Also:
-
IfStmtCls
Alphabetic index HTML hierarchy of classes or Java
DOC++

