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
 
 public abstract class ReferenceExpr extends AbstractExpression 
- 
- 
Constructor SummaryConstructors Constructor Description ReferenceExpr(int index)ReferenceExpr(String name)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected intgetIndex(CollectionData parent)booleanisConstant()- 
Methods inherited from class com.bc.ceres.binio.expr.AbstractExpressiongetParent, setParent
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface com.bc.ceres.binio.expr.Expressionevaluate
 
- 
 
- 
- 
- 
Constructor Detail- 
ReferenceExprpublic ReferenceExpr(String name) 
 - 
ReferenceExprpublic ReferenceExpr(int index) 
 
- 
 - 
Method Detail- 
isConstantpublic boolean isConstant() 
 - 
getIndexprotected int getIndex(CollectionData parent) 
 
- 
 
-