Expression class representing the unary - operator. More...
Public Member Functions | |
| Expression * | clone () const |
| Clone the expression. | |
| Operator | getOperator () const |
| Return the operator of the expression. | |
| NegateExpression (Expression *e) | |
| Construct a new NegateExpression. | |
Expression class representing the unary - operator.
| HAPI::NegateExpression::NegateExpression | ( | Expression * | e | ) | [inline] |
Construct a new NegateExpression.
| Expression* HAPI::NegateExpression::clone | ( | ) | const [inline, virtual] |
Clone the expression.
Implements HAPI::Expression.
| Operator HAPI::NegateExpression::getOperator | ( | ) | const [inline, virtual] |
Return the operator of the expression.
Implements HAPI::CompositeExpression.