Uses of Class
org.mvel2.util.MethodStub
Packages that use MethodStub
-
Uses of MethodStub in org.mvel2
Methods in org.mvel2 that return MethodStubModifier and TypeMethodDescriptionParserConfiguration.getStaticImport(String name) ParserContext.getStaticImport(String name) Get aMethodStubwhich wraps a static method import.Methods in org.mvel2 with parameters of type MethodStubModifier and TypeMethodDescriptionvoidParserConfiguration.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 MethodStubConstructors in org.mvel2.integration.impl with parameters of type MethodStub