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 aMethodStub
which wraps a static method import.Methods in org.mvel2 with parameters of type MethodStubModifier and TypeMethodDescriptionvoid
ParserConfiguration.addImport
(String name, MethodStub method) void
ParserContext.addImport
(String name, MethodStub method) Adds a static import for the specifiedMethodStub
with an alias. -
Uses of MethodStub in org.mvel2.integration.impl
Fields in org.mvel2.integration.impl declared as MethodStubMethods in org.mvel2.integration.impl that return MethodStubConstructors in org.mvel2.integration.impl with parameters of type MethodStub