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