Expression class representing the Boolean and() function. More...
Public Member Functions | |
| AndExpression (const ExpressionList &arguments) | |
| Construct a new AndExpression. | |
| AndExpression (Expression *e1, Expression *e2) | |
| Construct a new AndExpression. | |
| Expression * | clone () const |
| Clone the expression. | |
| Operator | getOperator () const |
| Return the operator of the expression. | |
Expression class representing the Boolean and() function.
| HAPI::AndExpression::AndExpression | ( | Expression * | e1, | |
| Expression * | e2 | |||
| ) | [inline] |
Construct a new AndExpression.
| HAPI::AndExpression::AndExpression | ( | const ExpressionList & | arguments | ) | [inline] |
Construct a new AndExpression.
| Expression* HAPI::AndExpression::clone | ( | ) | const [inline, virtual] |
Clone the expression.
Implements HAPI::Expression.
| Operator HAPI::AndExpression::getOperator | ( | ) | const [inline, virtual] |
Return the operator of the expression.
Implements HAPI::CompositeExpression.