#include
Inheritance diagram for cbl::codetree::stmt::TExprStmt:
Public Methods |
|
void | expression (expr::TExpression *) |
expr::TExpression * | expression () const |
virtual void | accept (TStmtVisitor &) |
Protected Methods |
|
TExprStmt (symbols::TModuleSym *AOwner, expr::TExpression *AExpression) | |
Friends |
|
class | symbols::TModuleSym |
|
|
Implements cbl::codetree::stmt::TStatement. |
|
|
|
Definition at line 31 of file sexpr.h. |