Package 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. This gives much more flexibility than working with a static type tree.
This package is experimental and the interfaces and classes contained herein currently not used in the binio API.
-
Interface Summary Interface Description Expression -
Class Summary Class Description AbstractExpression todo - API docChoiceExpr CompoundExpr CompoundExpr.Member ConstantExpr ExpressionBuilder IntReferenceExpr ReferenceExpr SelectionExpr SelectionExpr.Case SelectionExpr.Default SequenceExpr