Uses of Class
org.mvel2.util.MethodStub

Packages that use MethodStub
org.mvel2   
org.mvel2.integration.impl   
 

Uses of MethodStub in org.mvel2
 

Methods in org.mvel2 that return MethodStub
 MethodStub ParserContext.getStaticImport(java.lang.String name)
          Get a MethodStub which wraps a static method import.
 MethodStub ParserConfiguration.getStaticImport(java.lang.String name)
           
 

Methods in org.mvel2 with parameters of type MethodStub
 void ParserContext.addImport(java.lang.String name, MethodStub method)
          Adds a static import for the specified MethodStub with an alias.
 void ParserConfiguration.addImport(java.lang.String name, MethodStub method)
           
 

Uses of MethodStub in org.mvel2.integration.impl
 

Methods in org.mvel2.integration.impl that return MethodStub
 MethodStub StaticMethodImportResolver.getValue()
           
 

Constructors in org.mvel2.integration.impl with parameters of type MethodStub
StaticMethodImportResolver(java.lang.String name, MethodStub method)
           
 



Copyright © 2011. All Rights Reserved.