Inheritance diagram for HAPI::IfExpression:
Public Member Functions | |
IfExpression (Expression *condition, Expression *trueExpr, Expression *falseExpr) | |
Construct a new IfExpression. | |
Expression * | clone () const |
Clone the expression. | |
Operator | getOperator () const |
Return the operator of the expression. |
|
Clone the expression.
Implements HAPI::Expression. |