My Project
|
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 1452 of file template.cpp.
|
inline |
|
inline |
|
inlinevirtual |
Reimplemented from ExprAst.
Definition at line 1458 of file template.cpp.
References TemplateContext::get(), TemplateVariant::isValid(), TemplateContextImpl::line(), m_name, TemplateContextImpl::templateName(), and TemplateContextImpl::warn().
|
private |
Definition at line 1469 of file template.cpp.