Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

cbl::codetree::expr::TMethodCallExpr Class Reference

#include <emethodcall.h>

Inheritance diagram for cbl::codetree::expr::TMethodCallExpr:

cbl::codetree::expr::TExpression cbl::codetree::TCodeNode cbl::codetree::TElement List of all members.

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

Member Typedef Documentation

typedef std::deque<TExpression *> cbl::codetree::expr::TMethodCallExpr::TExprList [protected]
 

Definition at line 29 of file emethodcall.h.


Constructor & Destructor Documentation

cbl::codetree::expr::TMethodCallExpr::TMethodCallExpr symbols::TModuleSym   AOwner,
symbols::TMethodSym   AMethod,
const TExprList   AArguments,
TExpression   ASelf = 0
[protected]
 


Member Function Documentation

virtual void cbl::codetree::expr::TMethodCallExpr::accept TExprVisitor   [virtual]
 

Implements cbl::codetree::expr::TExpression.

void cbl::codetree::expr::TMethodCallExpr::arguments const TExprList  
 

const TExprList& cbl::codetree::expr::TMethodCallExpr::arguments  
 

const symbols::TMethodSym* cbl::codetree::expr::TMethodCallExpr::method   const
 

const TExpression* cbl::codetree::expr::TMethodCallExpr::self   const
 

void cbl::codetree::expr::TMethodCallExpr::self TExpression  
 


Friends And Related Function Documentation

friend class symbols::TModuleSym [friend]
 

Definition at line 40 of file emethodcall.h.


The documentation for this class was generated from the following file:
Generated on Sat Apr 6 19:07:27 2002 for Compiler Backend Library by doxygen1.2.14 written by , © 1997-2002