#include
Inheritance diagram for cbl::codetree::stmt::TForStmt:
Public Methods |
|
expr::TExpression * | counter () const |
expr::TExpression * | init () const |
expr::TExpression * | step () const |
expr::TExpression * | done () const |
TStatement * | statement () const |
virtual void | accept (TStmtVisitor &) |
Protected Methods |
|
TForStmt (symbols::TModuleSym *AOwner, expr::TExpression *FCounter, expr::TExpression *AInit, expr::TExpression *ADone, expr::TExpression *AStep, TStatement *AStatement) | |
Friends |
|
class | symbols::TModuleSym |
|
|
Implements cbl::codetree::stmt::TStatement. |
|
|
|
|
|
|
Definition at line 35 of file sfor.h. |