Package | Description |
---|---|
org.mvel2 | |
org.mvel2.integration.impl |
Modifier and Type | Method and Description |
---|---|
MethodStub |
ParserConfiguration.getStaticImport(java.lang.String name) |
MethodStub |
ParserContext.getStaticImport(java.lang.String name)
Get a
MethodStub which wraps a static method import. |
Modifier and Type | Method and 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 specified
MethodStub with an alias. |
Modifier and Type | Field and Description |
---|---|
private MethodStub |
StaticMethodImportResolver.method |
Modifier and Type | Method and Description |
---|---|
MethodStub |
StaticMethodImportResolver.getValue() |
Constructor and Description |
---|
StaticMethodImportResolver(java.lang.String name,
MethodStub method) |