Uses of Class
org.mvel2.ast.Function

Packages that use Function
org.mvel2   
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(java.lang.String name)
           
 

Methods in org.mvel2 with parameters of type Function
 void ParserContext.declareFunction(Function function)
           
 

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 types with arguments of type Function
static java.util.Map<java.lang.String,Function> CompilerTools.extractAllDeclaredFunctions(CompiledExpression compile)
          Returns an ordered Map of all functions declared within an compiled script.
 



Copyright © 2008. All Rights Reserved.