Uses of Class
com.bc.ceres.binio.expr.SelectionExpr.Case
Packages that use SelectionExpr.Case
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 SelectionExpr.Case in com.bc.ceres.binio.expr
Subclasses of SelectionExpr.Case in com.bc.ceres.binio.exprMethods in com.bc.ceres.binio.expr that return SelectionExpr.CaseModifier and TypeMethodDescriptionstatic SelectionExpr.CaseExpressionBuilder.CASE(Object value, Expression expression) static SelectionExpr.CaseMethods in com.bc.ceres.binio.expr with parameters of type SelectionExpr.CaseModifier and TypeMethodDescriptionstatic SelectionExprExpressionBuilder.SELECT(Expression condition, SelectionExpr.Case... cases) Constructors in com.bc.ceres.binio.expr with parameters of type SelectionExpr.Case