#include
Inheritance diagram for cbl::codetree::stmt::TWhileStmt:
Public Methods |
|
virtual void | accept (TStmtVisitor &) |
Protected Methods |
|
TWhileStmt (symbols::TModuleSym *AOwner, expr::TExpression *ACondition, TStatement *AStatement) | |
Friends |
|
class | symbols::TModuleSym |
|
|
Implements cbl::codetree::stmt::TStatement. |
|
Definition at line 58 of file sloop.h. |