Class representing a negation (not) operator in the AST. More...
Public Member Functions | |
ExprAstNegate (ExprAst *expr) | |
~ExprAstNegate () | |
virtual TemplateVariant | resolve (TemplateContext *c) |
Public Member Functions inherited from ExprAst | |
virtual | ~ExprAst () |
Private Attributes | |
ExprAst * | m_expr |
Class representing a negation (not) operator in the AST.
Definition at line 1494 of file template.cpp.
|
inline |
Definition at line 1497 of file template.cpp.
|
inline |
Definition at line 1499 of file template.cpp.
|
inlinevirtual |
Reimplemented from ExprAst.
Definition at line 1500 of file template.cpp.
|
private |
Definition at line 1503 of file template.cpp.