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