| Package | Description |
|---|---|
| org.mvel2 | |
| org.mvel2.integration.impl |
| Modifier and Type | Method and Description |
|---|---|
MethodStub |
ParserContext.getStaticImport(String name)
Get a
MethodStub which wraps a static method import. |
MethodStub |
ParserConfiguration.getStaticImport(String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
ParserContext.addImport(String name,
MethodStub method)
Adds a static import for the specified
MethodStub with an alias. |
void |
ParserConfiguration.addImport(String name,
MethodStub method) |
| Modifier and Type | Method and Description |
|---|---|
MethodStub |
StaticMethodImportResolver.getValue() |
| Constructor and Description |
|---|
StaticMethodImportResolver(String name,
MethodStub method) |
Copyright © 2001–2015 JBoss by Red Hat. All rights reserved.