#include <emethodcall.h>
Inheritance diagram for cbl::codetree::expr::TMethodCallExpr:
Public Methods |
|
const symbols::TMethodSym * | method () const |
void | self (TExpression *) |
const TExpression * | self () const |
const TExprList & | arguments () |
void | arguments (const TExprList &) |
virtual void | accept (TExprVisitor &) |
Protected Types |
|
typedef std::deque< TExpression * > | TExprList |
Protected Methods |
|
TMethodCallExpr (symbols::TModuleSym *AOwner, symbols::TMethodSym *AMethod, const TExprList &AArguments, TExpression *ASelf=0) | |
Friends |
|
class | symbols::TModuleSym |
|
Definition at line 29 of file emethodcall.h. |
|
|
Implements cbl::codetree::expr::TExpression. |
|
|
|
|
|
|
Definition at line 40 of file emethodcall.h. |