Uses of Class
com.bc.ceres.binio.expr.SelectionExpr
-
Packages that use SelectionExpr 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 SelectionExpr in com.bc.ceres.binio.expr
Methods in com.bc.ceres.binio.expr that return SelectionExpr Modifier and Type Method Description static SelectionExpr
ExpressionBuilder. SELECT(Expression condition, SelectionExpr.Case... cases)
-