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