public class ExprDotEvalParamLambda extends ExprDotEvalParam
Constructor and Description |
---|
ExprDotEvalParamLambda(int parameterNum,
ExprNode body,
ExprForge bodyEvaluator,
int streamCountIncoming,
List<String> goesToNames,
EnumForgeLambdaDesc lambdaDesc) |
Modifier and Type | Method and Description |
---|---|
List<String> |
getGoesToNames() |
EnumForgeLambdaDesc |
getLambdaDesc() |
int |
getStreamCountIncoming() |
getBody, getBodyForge, getParameterNum
public ExprDotEvalParamLambda(int parameterNum, ExprNode body, ExprForge bodyEvaluator, int streamCountIncoming, List<String> goesToNames, EnumForgeLambdaDesc lambdaDesc)
public int getStreamCountIncoming()
public EnumForgeLambdaDesc getLambdaDesc()
Copyright © 2005–2021. All rights reserved.