#include
Inheritance diagram for cbl::codetree::stmt::TTryStmt:
Public Types |
|
enum | TStyle { tsExcept, tsFinally } |
Public Methods |
|
void | addOnStmt (expr::TSymbolExpr *AException, TStatement *AStatement) |
virtual void | accept (TStmtVisitor &) |
Protected Methods |
|
TTryStmt (symbols::TModuleSym *AOwner, const TStmtList &AStmtList, TStyle AStyle, const TStmtList &) | |
Friends |
|
class | symbols::TModuleSym |
|
Definition at line 28 of file stry.h. |
|
|
Implements cbl::codetree::stmt::TStatement. |
|
|
Definition at line 44 of file stry.h. |