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