#include
Inheritance diagram for cbl::codetree::stmt::TCaseStmt:
Public Methods |
|
void | addCase (const TExprList &, TStatement *) |
expr::TExpression * | expr () const |
const TCaseList & | caseList () const |
virtual void | accept (TStmtVisitor &) |
Protected Methods |
|
TCaseStmt (symbols::TModuleSym *AOwner, expr::TExpression *ACaseExpr) | |
Friends |
|
class | symbols::TModuleSym |
|
|
Implements cbl::codetree::stmt::TStatement. |
|
|
|
|
Definition at line 39 of file scase.h. |