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
public class CompoundExpr extends AbstractExpression
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CompoundExpr.Member
-
Constructor Summary
Constructors Constructor Description CompoundExpr(String name, CompoundExpr.Member[] members)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
evaluate(CompoundData context)
boolean
isConstant()
static boolean
isConstant(CompoundExpr.Member[] members)
-
Methods inherited from class com.bc.ceres.binio.expr.AbstractExpression
getParent, setParent
-
-
-
-
Constructor Detail
-
CompoundExpr
public CompoundExpr(String name, CompoundExpr.Member[] members)
-
-
Method Detail
-
isConstant
public boolean isConstant()
-
evaluate
public Object evaluate(CompoundData context) throws IOException
- Throws:
IOException
-
isConstant
public static boolean isConstant(CompoundExpr.Member[] members)
-
-