Uses of Class
com.bc.ceres.binio.expr.ChoiceExpr
-
Packages that use ChoiceExpr Package Description com.bc.ceres.binio.expr Contains interfaces and classes which shall enable users to describe their data formats using an interpreted language by constructing an evaluatable tree of expressions. -
-
Uses of ChoiceExpr in com.bc.ceres.binio.expr
Methods in com.bc.ceres.binio.expr that return ChoiceExpr Modifier and Type Method Description static ChoiceExpr
ExpressionBuilder. IF(Expression condition, Expression expression1, Expression expression2)
static ChoiceExpr
ExpressionBuilder. IF(Expression condition, Type type1, Type type2)
-