|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Function | |
|---|---|
| org.mvel2 | |
| org.mvel2.ast | |
| org.mvel2.integration.impl | |
| org.mvel2.optimizers.impl.refl.nodes | |
| org.mvel2.util | |
| Uses of Function in org.mvel2 |
|---|
| Methods in org.mvel2 that return Function | |
|---|---|
Function |
ParserContext.getFunction(String name)
|
| Methods in org.mvel2 with parameters of type Function | |
|---|---|
void |
ParserContext.declareFunction(Function function)
|
| Uses of Function in org.mvel2.ast |
|---|
| Methods in org.mvel2.ast with parameters of type Function | |
|---|---|
Proto.Receiver |
Proto.declareReceiver(String name,
Function function)
|
| Uses of Function in org.mvel2.integration.impl |
|---|
| Methods in org.mvel2.integration.impl that return Function | |
|---|---|
Function |
FunctionVariableResolverFactory.getFunction()
|
| Constructors in org.mvel2.integration.impl with parameters of type Function | |
|---|---|
FunctionVariableResolverFactory(Function function,
VariableResolverFactory nextFactory,
String[] indexedVariables,
Object[] parameters)
|
|
| Uses of Function in org.mvel2.optimizers.impl.refl.nodes |
|---|
| Constructors in org.mvel2.optimizers.impl.refl.nodes with parameters of type Function | |
|---|---|
FunctionAccessor(Function function,
Accessor[] parms)
|
|
| Uses of Function in org.mvel2.util |
|---|
| Methods in org.mvel2.util that return Function | |
|---|---|
Function |
FunctionParser.parse()
|
| Methods in org.mvel2.util that return types with arguments of type Function | |
|---|---|
static Map<String,Function> |
CompilerTools.extractAllDeclaredFunctions(CompiledExpression compile)
Returns an ordered Map of all functions declared within an compiled script. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||