public class CustomFEELFunction extends AbstractCustomFEELFunction<BaseNode>
FEELFunction.Param
body, closureCtx
Constructor and Description |
---|
CustomFEELFunction(String name,
List<FEELFunction.Param> parameters,
BaseNode body,
EvaluationContext evaluationContext) |
Modifier and Type | Method and Description |
---|---|
protected Object |
internalInvoke(EvaluationContext ctx) |
getEvaluationContext, getParameters, invoke, isCustomFunction, isProperClosure, toString
getName, getSymbol, invokeReflectively, setName
public CustomFEELFunction(String name, List<FEELFunction.Param> parameters, BaseNode body, EvaluationContext evaluationContext)
protected Object internalInvoke(EvaluationContext ctx)
internalInvoke
in class AbstractCustomFEELFunction<BaseNode>
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.