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