#include
Inheritance diagram for cbl::codetree::def::TCastDef:
Public Methods |
|
TCastDef (const TCastDef &) | |
TDef * | source () |
TDef * | target () |
bool | isExplicit () const |
void | isExplicit (bool) |
virtual void | accept (TDefVisitor &) |
virtual TCastDef * | clone () const |
Protected Methods |
|
TCastDef (symbols::TModuleSym *AOwner, TDef *ASource, TDef *ATarget) | |
Friends |
|
class | symbols::TModuleSym |
|
|
|
Reimplemented from cbl::codetree::def::TMethodDef. |
|
Reimplemented from cbl::codetree::def::TMethodDef. |
|
|
|
|
|
Reimplemented from cbl::codetree::def::TMethodDef. Definition at line 36 of file defcast.h. |