Uses of Class
com.bc.ceres.binio.expr.SelectionExpr.Case
-
Packages that use SelectionExpr.Case 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.Case in com.bc.ceres.binio.expr
Subclasses of SelectionExpr.Case in com.bc.ceres.binio.expr Modifier and Type Class Description static class
SelectionExpr.Default
Methods in com.bc.ceres.binio.expr that return SelectionExpr.Case Modifier and Type Method Description static SelectionExpr.Case
ExpressionBuilder. CASE(Object value, Expression expression)
static SelectionExpr.Case
ExpressionBuilder. CASE(Object value, Type type)
Methods in com.bc.ceres.binio.expr with parameters of type SelectionExpr.Case Modifier and Type Method Description static SelectionExpr
ExpressionBuilder. SELECT(Expression condition, SelectionExpr.Case... cases)
Constructors in com.bc.ceres.binio.expr with parameters of type SelectionExpr.Case Constructor Description SelectionExpr(Expression condition, SelectionExpr.Case[] cases)
-