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