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 SummaryNested Classes Modifier and Type Class Description static classCompoundExpr.Member
 - 
Constructor SummaryConstructors Constructor Description CompoundExpr(String name, CompoundExpr.Member[] members)
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectevaluate(CompoundData context)booleanisConstant()static booleanisConstant(CompoundExpr.Member[] members)- 
Methods inherited from class com.bc.ceres.binio.expr.AbstractExpressiongetParent, setParent
 
- 
 
- 
- 
- 
Constructor Detail- 
CompoundExprpublic CompoundExpr(String name, CompoundExpr.Member[] members) 
 
- 
 - 
Method Detail- 
isConstantpublic boolean isConstant() 
 - 
evaluatepublic Object evaluate(CompoundData context) throws IOException - Throws:
- IOException
 
 - 
isConstantpublic static boolean isConstant(CompoundExpr.Member[] members) 
 
- 
 
-