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