Expression class representing the abs() function. More...
Public Member Functions | |
AbsExpression (Expression *e) | |
Construct a new AbsExpression. | |
Expression * | clone () const |
Clone the expression. | |
Operator | getOperator () const |
Return the operator of the expression. |
Expression class representing the abs() function.
HAPI::AbsExpression::AbsExpression | ( | Expression * | e | ) | [inline] |
Construct a new AbsExpression.
Expression* HAPI::AbsExpression::clone | ( | ) | const [inline, virtual] |
Clone the expression.
Implements HAPI::Expression.
Operator HAPI::AbsExpression::getOperator | ( | ) | const [inline, virtual] |
Return the operator of the expression.
Implements HAPI::CompositeExpression.