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