#include
Inheritance diagram for cbl::codetree::stmt::TCompoundStmt:
Public Methods |
|
const TStmtList & | list () const |
virtual void | accept (TStmtVisitor &) |
Protected Methods |
|
TCompoundStmt (symbols::TModuleSym *AOwner, const TStmtList &AList) | |
Friends |
|
class | symbols::TModuleSym |
|
|
Implements cbl::codetree::stmt::TStatement. |
|
|
Definition at line 30 of file scompound.h. |