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