Home
 

class ElseStmtCls

class ElseStmtCls: public StatementCls

Else block

Inheritance:


Public Methods

[more] ElseStmtCls()
Constructor
[more] ElseStmtCls(PPTreeNodeCls statements)
Constructor
[more]int emit()
SLICK Emitter



Inherited from StatementCls:

Protected Fields

ochar* stmt_text



Documentation

Else block.   ElseBlock:
   | else <StatementSeq>
  
oElseStmtCls()
Constructor.

Creates an empty else block.

oElseStmtCls(PPTreeNodeCls statements)
Constructor.
Parameters:
statements - Statements in the block.

oint 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++