public abstract class ThreeFormEventPlus extends EnumForgeBaseWFields
Modifier and Type | Field and Description |
---|---|
protected int |
numParameters |
fieldEventType, innerExpression, streamNumLambda
Constructor and Description |
---|
ThreeFormEventPlus(ExprDotEvalParamLambda lambda,
ObjectArrayEventType indexEventType,
int numParameters) |
Modifier and Type | Method and Description |
---|---|
CodegenExpression |
codegen(EnumForgeCodegenParams premade,
CodegenMethodScope codegenMethodScope,
CodegenClassScope codegenClassScope) |
abstract void |
forEachBlock(CodegenBlock block,
CodegenMethod methodNode,
ExprForgeCodegenSymbol scope,
CodegenClassScope codegenClassScope) |
boolean |
hasForEachLoop() |
abstract void |
initBlock(CodegenBlock block,
CodegenMethod methodNode,
ExprForgeCodegenSymbol scope,
CodegenClassScope codegenClassScope) |
abstract CodegenExpression |
returnIfEmptyOptional() |
abstract void |
returnResult(CodegenBlock block) |
abstract EPTypeClass |
returnTypeOfMethod() |
getFieldEventType, getInnerExpression, getStreamNumLambda, getStreamNumSize
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getEnumEvaluator
public ThreeFormEventPlus(ExprDotEvalParamLambda lambda, ObjectArrayEventType indexEventType, int numParameters)
public abstract EPTypeClass returnTypeOfMethod()
public abstract CodegenExpression returnIfEmptyOptional()
public abstract void initBlock(CodegenBlock block, CodegenMethod methodNode, ExprForgeCodegenSymbol scope, CodegenClassScope codegenClassScope)
public boolean hasForEachLoop()
public abstract void forEachBlock(CodegenBlock block, CodegenMethod methodNode, ExprForgeCodegenSymbol scope, CodegenClassScope codegenClassScope)
public abstract void returnResult(CodegenBlock block)
public CodegenExpression codegen(EnumForgeCodegenParams premade, CodegenMethodScope codegenMethodScope, CodegenClassScope codegenClassScope)
Copyright © 2005–2021. All rights reserved.