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.exprMethods in com.bc.ceres.binio.expr that return SelectionExpr Modifier and Type Method Description static SelectionExprExpressionBuilder. SELECT(Expression condition, SelectionExpr.Case... cases)
 
-