#include
Inheritance diagram for cbl::codetree::def::TParam:
Public Types |
|
enum | TStyle { psValue, psVar, psConst, psOut } |
Public Methods |
|
TParam (const TParam &) | |
std::string | name () const |
TStyle | style () const |
TDef * | type () const |
expr::TExpression * | init () const |
TParam * | clone () const |
Protected Methods |
|
TParam (symbols::TModuleSym *AOwner, const std::string &AName, TStyle AStyle, TDef *AType, expr::TExpression *AInit=0) | |
Friends |
|
class | symbols::TModuleSym |
|
Definition at line 33 of file params.h. |
|
|
|
|
|
|
|
|
Definition at line 47 of file params.h. |