Class representing a variable in the AST. More...
Public Member Functions | |
ExprAstVariable (const char *name) | |
const QCString & | name () const |
virtual TemplateVariant | resolve (TemplateContext *c) |
Public Member Functions inherited from ExprAst | |
virtual | ~ExprAst () |
Private Attributes | |
QCString | m_name |
Class representing a variable in the AST.
Definition at line 1384 of file template.cpp.
|
inline |
Definition at line 1387 of file template.cpp.
|
inline |
Definition at line 1389 of file template.cpp.
|
inlinevirtual |
Reimplemented from ExprAst.
Definition at line 1390 of file template.cpp.
|
private |
Definition at line 1401 of file template.cpp.