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