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