My Project
|
Public Member Functions | |
ExprAstUnary (Operator::Type op, ExprAst *exp) | |
~ExprAstUnary () | |
virtual TemplateVariant | resolve (TemplateContext *c) |
Public Member Functions inherited from ExprAst | |
virtual | ~ExprAst () |
Private Attributes | |
Operator::Type | m_operator |
ExprAst * | m_exp |
Definition at line 1574 of file template.cpp.
|
inline |
Definition at line 1577 of file template.cpp.
References Operator::toString(), and TRACE.
|
inline |
|
inlinevirtual |
Reimplemented from ExprAst.
Definition at line 1580 of file template.cpp.
References m_exp, m_operator, Operator::Minus, ExprAst::resolve(), and TemplateVariant::toInt().
|
private |
Definition at line 1593 of file template.cpp.
Referenced by resolve(), and ~ExprAstUnary().
|
private |
Definition at line 1592 of file template.cpp.
Referenced by resolve().