Class representing a filter applied to an expression in the AST. More...
Public Member Functions | |
ExprAstFilterAppl (ExprAst *expr, ExprAstFilter *filter) | |
~ExprAstFilterAppl () | |
virtual TemplateVariant | resolve (TemplateContext *c) |
Public Member Functions inherited from ExprAst | |
virtual | ~ExprAst () |
Private Attributes | |
ExprAst * | m_expr |
ExprAstFilter * | m_filter |
Class representing a filter applied to an expression in the AST.
Definition at line 1465 of file template.cpp.
|
inline |
Definition at line 1468 of file template.cpp.
|
inline |
Definition at line 1471 of file template.cpp.
|
inlinevirtual |
Reimplemented from ExprAst.
Definition at line 1472 of file template.cpp.
|
private |
Definition at line 1477 of file template.cpp.
|
private |
Definition at line 1478 of file template.cpp.