#include
Inheritance diagram for cbl::codetree::stmt::TLoopStmt:
Public Methods |
|
expr::TExpression * | condition () const |
TStatement * | statement () const |
Protected Methods |
|
TLoopStmt (symbols::TModuleSym *AOwner, expr::TExpression *ACondition, TStatement *AStatement) |
|
|
|