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