My Project
|
Class representing a number in the AST. More...
Public Member Functions | |
ExprAstNumber (int num) | |
int | number () const |
virtual TemplateVariant | resolve (TemplateContext *) |
Public Member Functions inherited from ExprAst | |
virtual | ~ExprAst () |
Private Attributes | |
int | m_number |
Class representing a number in the AST.
Definition at line 1440 of file template.cpp.
|
inline |
Definition at line 1443 of file template.cpp.
References TRACE.
|
inline |
|
inlinevirtual |
|
private |
Definition at line 1448 of file template.cpp.