Uses of Class
org.mvel2.util.MethodStub
-
Packages that use MethodStub Package Description org.mvel2 org.mvel2.integration.impl -
-
Uses of MethodStub in org.mvel2
Methods in org.mvel2 that return MethodStub Modifier and Type Method Description MethodStubParserConfiguration. getStaticImport(String name)MethodStubParserContext. getStaticImport(String name)Get aMethodStubwhich wraps a static method import.Methods in org.mvel2 with parameters of type MethodStub Modifier and Type Method Description voidParserConfiguration. addImport(String name, MethodStub method)voidParserContext. addImport(String name, MethodStub method)Adds a static import for the specifiedMethodStubwith an alias. -
Uses of MethodStub in org.mvel2.integration.impl
Methods in org.mvel2.integration.impl that return MethodStub Modifier and Type Method Description MethodStubStaticMethodImportResolver. getValue()Constructors in org.mvel2.integration.impl with parameters of type MethodStub Constructor Description StaticMethodImportResolver(String name, MethodStub method)
-