Package com.bc.ceres.binio.expr
Class ReferenceExpr
java.lang.Object
com.bc.ceres.binio.expr.AbstractExpression
com.bc.ceres.binio.expr.ReferenceExpr
- All Implemented Interfaces:
Expression
- Direct Known Subclasses:
IntReferenceExpr
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.bc.ceres.binio.expr.AbstractExpression
getParent, setParent
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.bc.ceres.binio.expr.Expression
evaluate
-
Constructor Details
-
ReferenceExpr
-
ReferenceExpr
public ReferenceExpr(int index)
-
-
Method Details
-
isConstant
public boolean isConstant() -
getIndex
-