Inheritance diagram for HAPI::SubtractExpression:
Public Member Functions | |
SubtractExpression (Expression *e1, Expression *e2) | |
Construct a new SubtractExpression. | |
Expression * | clone () const |
Clone the expression. | |
Operator | getOperator () const |
Return the operator of the expression. |
|
Clone the expression.
Implements HAPI::Expression. |