Package com.bc.ceres.binio.expr
Class ChoiceExpr
java.lang.Object
com.bc.ceres.binio.expr.AbstractExpression
com.bc.ceres.binio.expr.ChoiceExpr
- All Implemented Interfaces:
Expression
-
Constructor Summary
ConstructorsConstructorDescriptionChoiceExpr
(Expression condition, Expression expression1, Expression expression2) -
Method Summary
Methods inherited from class com.bc.ceres.binio.expr.AbstractExpression
getParent, setParent
-
Constructor Details
-
ChoiceExpr
-
-
Method Details
-
isConstant
public boolean isConstant() -
evaluate
- Throws:
IOException
-