public interface FEELFunction
Modifier and Type | Method and Description |
---|---|
String |
getName()
Returns the name of the function
|
List<List<String>> |
getParameterNames()
Returns the parameter names for each supported signature.
|
Symbol |
getSymbol()
Returns the Symbol of the function
|
Object |
invokeReflectively(EvaluationContext ctx,
Object[] params)
Invokes the function reflectively based on the parameters
|
String getName()
Symbol getSymbol()
List<List<String>> getParameterNames()
Object invokeReflectively(EvaluationContext ctx, Object[] params)
ctx
- params
- Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.