Package | Description |
---|---|
org.mvel2 | |
org.mvel2.ast | |
org.mvel2.integration.impl | |
org.mvel2.util |
Modifier and Type | Method and Description |
---|---|
Function |
ParserContext.getFunction(String name) |
Modifier and Type | Method and Description |
---|---|
void |
ParserContext.declareFunction(Function function) |
Modifier and Type | Field and Description |
---|---|
protected Function |
FunctionInstance.function |
Modifier and Type | Method and Description |
---|---|
Function |
FunctionInstance.getFunction() |
Modifier and Type | Method and Description |
---|---|
Proto.Receiver |
Proto.declareReceiver(String name,
Function function) |
Constructor and Description |
---|
FunctionInstance(Function function) |
NewObjectPrototype(ParserContext pCtx,
Function function) |
PrototypalFunctionInstance(Function function,
VariableResolverFactory resolverFactory) |
Modifier and Type | Method and Description |
---|---|
Function |
FunctionVariableResolverFactory.getFunction() |
Constructor and Description |
---|
FunctionVariableResolverFactory(Function function,
VariableResolverFactory nextFactory,
String[] indexedVariables,
Object[] parameters) |
Modifier and Type | Method and Description |
---|---|
Function |
FunctionParser.parse() |
Modifier and Type | Method and Description |
---|---|
static Map<String,Function> |
CompilerTools.extractAllDeclaredFunctions(CompiledExpression compile)
Returns an ordered Map of all functions declared within an compiled script.
|
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.