public abstract class EnumAggregateForge extends Object implements EnumForge
Modifier and Type | Field and Description |
---|---|
protected ExprForge |
initialization |
protected ExprForge |
innerExpression |
protected ObjectArrayEventType |
resultEventType |
protected int |
streamNumLambda |
Constructor and Description |
---|
EnumAggregateForge(ExprForge initialization,
ExprForge innerExpression,
int streamNumLambda,
ObjectArrayEventType resultEventType) |
Modifier and Type | Method and Description |
---|---|
ObjectArrayEventType |
getResultEventType() |
int |
getStreamNumLambda() |
int |
getStreamNumSize() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
codegen, getEnumEvaluator
protected ExprForge initialization
protected ExprForge innerExpression
protected int streamNumLambda
protected ObjectArrayEventType resultEventType
public EnumAggregateForge(ExprForge initialization, ExprForge innerExpression, int streamNumLambda, ObjectArrayEventType resultEventType)
public int getStreamNumSize()
getStreamNumSize
in interface EnumForge
public int getStreamNumLambda()
public ObjectArrayEventType getResultEventType()