Package com.bc.ceres.binio.expr
Class CompoundExpr
java.lang.Object
com.bc.ceres.binio.expr.AbstractExpression
com.bc.ceres.binio.expr.CompoundExpr
- All Implemented Interfaces:
Expression
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionevaluate
(CompoundData context) boolean
static boolean
isConstant
(CompoundExpr.Member[] members) Methods inherited from class com.bc.ceres.binio.expr.AbstractExpression
getParent, setParent
-
Constructor Details
-
CompoundExpr
-
-
Method Details
-
isConstant
public boolean isConstant() -
evaluate
- Throws:
IOException
-
isConstant
-