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