Inheritance diagram for HAPI::NoisyOrExpression:
Public Member Functions | |
NoisyOrExpression (Expression *e1, Expression *e2) | |
Construct a new NoisyOrExpression. | |
NoisyOrExpression (const ExpressionList &arguments) | |
Construct a new NoisyOrExpression. | |
Expression * | clone () const |
Clone the expression. | |
Operator | getOperator () const |
Return the operator of the expression. |
|
Clone the expression.
Implements HAPI::Expression. |