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