Package | Description |
---|---|
org.mvel2 | |
org.mvel2.ast | |
org.mvel2.integration.impl | |
org.mvel2.util |
Modifier and Type | Field and Description |
---|---|
private java.util.HashMap<java.lang.String,Function> |
ParserContext.globalFunctions |
Modifier and Type | Method and Description |
---|---|
Function |
ParserContext.getFunction(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
void |
ParserContext.declareFunction(Function function) |
Modifier and Type | Field and Description |
---|---|
private Function |
NewObjectPrototype.function |
protected Function |
FunctionInstance.function |
Modifier and Type | Method and Description |
---|---|
Function |
FunctionInstance.getFunction() |
Modifier and Type | Method and Description |
---|---|
Proto.Receiver |
Proto.declareReceiver(java.lang.String name,
Function function) |
Constructor and Description |
---|
FunctionInstance(Function function) |
NewObjectPrototype(ParserContext pCtx,
Function function) |
PrototypalFunctionInstance(Function function,
VariableResolverFactory resolverFactory) |
Modifier and Type | Field and Description |
---|---|
private Function |
FunctionVariableResolverFactory.function |
Modifier and Type | Method and Description |
---|---|
Function |
FunctionVariableResolverFactory.getFunction() |
Constructor and Description |
---|
FunctionVariableResolverFactory(Function function,
VariableResolverFactory nextFactory,
java.lang.String[] indexedVariables,
java.lang.Object[] parameters) |
Modifier and Type | Method and Description |
---|---|
Function |
FunctionParser.parse() |
Modifier and Type | Method and Description |
---|---|
static java.util.Map<java.lang.String,Function> |
CompilerTools.extractAllDeclaredFunctions(CompiledExpression compile)
Returns an ordered Map of all functions declared within an compiled script.
|