Base class for all nodes in the abstract syntax tree of an expression. More...
Public Member Functions | |
virtual | ~ExprAst () |
virtual TemplateVariant | resolve (TemplateContext *) |
Base class for all nodes in the abstract syntax tree of an expression.
Definition at line 1364 of file template.cpp.
|
inlinevirtual |
Definition at line 1367 of file template.cpp.
|
inlinevirtual |
Reimplemented in ExprAstBinary, ExprAstUnary, ExprAstNegate, ExprAstLiteral, ExprAstFilterAppl, ExprAstFunctionVariable, ExprAstVariable, and ExprAstNumber.
Definition at line 1368 of file template.cpp.