Uses of Class
com.bc.ceres.binio.expr.CompoundExpr.Member
Packages that use CompoundExpr.Member
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 CompoundExpr.Member in com.bc.ceres.binio.expr
Methods in com.bc.ceres.binio.expr that return CompoundExpr.MemberModifier and TypeMethodDescriptionstatic CompoundExpr.Member
ExpressionBuilder.MEMBER
(String name, Expression expression) static CompoundExpr.Member
Methods in com.bc.ceres.binio.expr with parameters of type CompoundExpr.MemberModifier and TypeMethodDescriptionstatic 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