public interface FlowableAstFunctionCreator
| Modifier and Type | Method and Description |
|---|---|
AstFunction |
createFunction(String name,
int index,
AstParameters parameters,
boolean varargs,
FlowableExpressionParser parser)
Create an
AstFunction based on the provided name, index, parameters. |
Collection<String> |
getFunctionNames()
The names of the functions that this creator can create.
|
Collection<String> getFunctionNames()
AstFunction createFunction(String name, int index, AstParameters parameters, boolean varargs, FlowableExpressionParser parser)
AstFunction based on the provided name, index, parameters.
Potentially creating new parameters to enhance the function.name - the name of the functionindex - the indexparameters - the parameters for the functionvarargs - whether varargs is supportedparser - the parser for potentially creating identifiersCopyright © 2021 Flowable. All rights reserved.