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