public abstract class EnumEvalBaseIndex extends Object implements EnumEval
Modifier and Type | Field and Description |
---|---|
protected ObjectArrayEventType |
indexEventType |
protected ExprEvaluator |
innerExpression |
protected int |
streamNumLambda |
Constructor and Description |
---|
EnumEvalBaseIndex(ExprEvaluator innerExpression,
int streamNumLambda,
ObjectArrayEventType indexEventType) |
Modifier and Type | Method and Description |
---|---|
int |
getStreamNumSize() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
evaluateEnumMethod
protected ExprEvaluator innerExpression
protected int streamNumLambda
protected ObjectArrayEventType indexEventType
public EnumEvalBaseIndex(ExprEvaluator innerExpression, int streamNumLambda, ObjectArrayEventType indexEventType)
public int getStreamNumSize()
getStreamNumSize
in interface EnumEval