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 1372 of file template.cpp.
|
inline |
Definition at line 1375 of file template.cpp.
|
inline |
Definition at line 1377 of file template.cpp.
|
inlinevirtual |
Reimplemented from ExprAst.
Definition at line 1378 of file template.cpp.
|
private |
Definition at line 1380 of file template.cpp.