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