Home
 

class LoopStmtCls

class LoopStmtCls: public StatementCls

Loop statement

Inheritance:


Public Methods

[more] LoopStmtCls(PPTreeNodeCls stmts)
Constructor
[more]int emit()
SLICK Emitter



Inherited from StatementCls:

Protected Fields

ochar* stmt_text



Documentation

Loop statement.   Statement: loop <StatementSeq> end loop
  
oLoopStmtCls(PPTreeNodeCls stmts)
Constructor.
Parameters:
stmts - Statements to loop

oint emit()
SLICK Emitter.

Emits loop opcode, the statements and endloop opcode.

Returns:
0

This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java



DOC++