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 MethodStub
ParserConfiguration. getStaticImport(java.lang.String name)
MethodStub
ParserContext. getStaticImport(java.lang.String name)
Get aMethodStub
which wraps a static method import.Methods in org.mvel2 with parameters of type MethodStub Modifier and Type Method Description void
ParserConfiguration. addImport(java.lang.String name, MethodStub method)
void
ParserContext. addImport(java.lang.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 MethodStub Modifier and Type Field Description private MethodStub
StaticMethodImportResolver. method
Methods in org.mvel2.integration.impl that return MethodStub Modifier and Type Method Description MethodStub
StaticMethodImportResolver. getValue()
Constructors in org.mvel2.integration.impl with parameters of type MethodStub Constructor Description StaticMethodImportResolver(java.lang.String name, MethodStub method)
-