Uses of Class
com.bc.ceres.binio.expr.CompoundExpr.Member
-
Packages that use CompoundExpr.Member 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 CompoundExpr.Member in com.bc.ceres.binio.expr
Methods in com.bc.ceres.binio.expr that return CompoundExpr.Member Modifier and Type Method Description static CompoundExpr.Member
ExpressionBuilder. MEMBER(String name, Expression expression)
static CompoundExpr.Member
ExpressionBuilder. MEMBER(String name, Type type)
Methods in com.bc.ceres.binio.expr with parameters of type CompoundExpr.Member Modifier and Type Method Description static CompoundExpr
ExpressionBuilder. COMP(String name, CompoundExpr.Member... members)
static boolean
CompoundExpr. isConstant(CompoundExpr.Member[] members)
Constructors in com.bc.ceres.binio.expr with parameters of type CompoundExpr.Member Constructor Description CompoundExpr(String name, CompoundExpr.Member[] members)
-