#include
Inheritance diagram for cbl::codetree::names::TMethodName:
Public Methods |
|
virtual expr::TExpression * | createSymbolExpr () |
void | addMethod (symbols::TMethodSym *AMethod) |
void | methods (const TMethodList &) |
const TMethodList & | methods () const |
bool | isUnambiguous () const |
bool | isEmpty () const |
bool | isMember () const |
virtual symbols::TSymbol * | symbol () const |
virtual unsigned | symbolCount () const |
Protected Methods |
|
TMethodName (symbols::TModuleSym *AOwner, const std::string &AText) | |
Friends |
|
class | symbols::TModuleSym |
|
|
|
Reimplemented from cbl::codetree::names::TName. |
|
|
|
|
|
|
Reimplemented from cbl::codetree::names::TName. |
|
Reimplemented from cbl::codetree::names::TName. |
|
Reimplemented from cbl::codetree::names::TName. Definition at line 79 of file names.h. |