public class EnumMinMaxEventPlus extends ThreeFormEventPlus
Modifier and Type | Field and Description |
---|---|
protected Class |
innerTypeBoxed |
protected boolean |
max |
numParameters
fieldEventType, innerExpression, streamNumLambda
Constructor and Description |
---|
EnumMinMaxEventPlus(ExprDotEvalParamLambda lambda,
ObjectArrayEventType indexEventType,
int numParameters,
boolean max) |
Modifier and Type | Method and Description |
---|---|
void |
forEachBlock(CodegenBlock block,
CodegenMethod methodNode,
ExprForgeCodegenSymbol scope,
CodegenClassScope codegenClassScope) |
EnumEval |
getEnumEvaluator() |
void |
initBlock(CodegenBlock block,
CodegenMethod methodNode,
ExprForgeCodegenSymbol scope,
CodegenClassScope codegenClassScope) |
CodegenExpression |
returnIfEmptyOptional() |
void |
returnResult(CodegenBlock block) |
Class |
returnType() |
codegen, hasForEachLoop
getFieldEventType, getInnerExpression, getStreamNumLambda, getStreamNumSize
protected final boolean max
protected final Class innerTypeBoxed
public EnumMinMaxEventPlus(ExprDotEvalParamLambda lambda, ObjectArrayEventType indexEventType, int numParameters, boolean max)
public EnumEval getEnumEvaluator()
public Class returnType()
returnType
in class ThreeFormEventPlus
public CodegenExpression returnIfEmptyOptional()
returnIfEmptyOptional
in class ThreeFormEventPlus
public void initBlock(CodegenBlock block, CodegenMethod methodNode, ExprForgeCodegenSymbol scope, CodegenClassScope codegenClassScope)
initBlock
in class ThreeFormEventPlus
public void forEachBlock(CodegenBlock block, CodegenMethod methodNode, ExprForgeCodegenSymbol scope, CodegenClassScope codegenClassScope)
forEachBlock
in class ThreeFormEventPlus
public void returnResult(CodegenBlock block)
returnResult
in class ThreeFormEventPlus
Copyright © 2005–2020. All rights reserved.