Uses of Class
com.bc.ceres.binio.expr.ChoiceExpr
Packages that use ChoiceExpr
Package
Description
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 ChoiceExprModifier and TypeMethodDescriptionstatic ChoiceExpr
ExpressionBuilder.IF
(Expression condition, Expression expression1, Expression expression2) static ChoiceExpr
ExpressionBuilder.IF
(Expression condition, Type type1, Type type2)