Package com.bc.ceres.binio.expr
Class IntReferenceExpr
- java.lang.Object
-
- com.bc.ceres.binio.expr.AbstractExpression
-
- com.bc.ceres.binio.expr.ReferenceExpr
-
- com.bc.ceres.binio.expr.IntReferenceExpr
-
- All Implemented Interfaces:
Expression
public class IntReferenceExpr extends ReferenceExpr
-
-
Constructor Summary
Constructors Constructor Description IntReferenceExpr(int index)
IntReferenceExpr(String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
evaluate(CompoundData context)
-
Methods inherited from class com.bc.ceres.binio.expr.ReferenceExpr
getIndex, isConstant
-
Methods inherited from class com.bc.ceres.binio.expr.AbstractExpression
getParent, setParent
-
-
-
-
Constructor Detail
-
IntReferenceExpr
public IntReferenceExpr(String name)
-
IntReferenceExpr
public IntReferenceExpr(int index)
-
-
Method Detail
-
evaluate
public Object evaluate(CompoundData context) throws IOException
- Throws:
IOException
-
-