| Package | Description |
|---|---|
| org.eclipse.persistence.internal.libraries.asm | |
| org.eclipse.persistence.internal.libraries.asm.commons | |
| org.eclipse.persistence.internal.libraries.asm.tree |
| Modifier and Type | Field and Description |
|---|---|
protected ModuleVisitor |
ModuleVisitor.mv
The module visitor to which this visitor must delegate method calls.
|
| Modifier and Type | Method and Description |
|---|---|
ModuleVisitor |
ClassWriter.visitModule(String name,
int access,
String version) |
ModuleVisitor |
ClassVisitor.visitModule(String name,
int access,
String version)
Visit the module corresponding to the class.
|
| Constructor and Description |
|---|
ModuleVisitor(int api,
ModuleVisitor moduleVisitor)
Constructs a new
ModuleVisitor. |
| Modifier and Type | Class and Description |
|---|---|
class |
ModuleRemapper
A
ModuleVisitor that remaps types with a Remapper. |
| Modifier and Type | Method and Description |
|---|---|
protected ModuleVisitor |
ClassRemapper.createModuleRemapper(ModuleVisitor moduleVisitor)
Constructs a new remapper for modules.
|
ModuleVisitor |
ClassRemapper.visitModule(String name,
int flags,
String version) |
| Modifier and Type | Method and Description |
|---|---|
protected ModuleVisitor |
ClassRemapper.createModuleRemapper(ModuleVisitor moduleVisitor)
Constructs a new remapper for modules.
|
| Constructor and Description |
|---|
ModuleRemapper(int api,
ModuleVisitor moduleVisitor,
Remapper remapper)
Constructs a new
ModuleRemapper. |
ModuleRemapper(ModuleVisitor moduleVisitor,
Remapper remapper)
Constructs a new
ModuleRemapper. |
| Modifier and Type | Class and Description |
|---|---|
class |
ModuleNode
A node that represents a module declaration.
|
| Modifier and Type | Method and Description |
|---|---|
ModuleVisitor |
ClassNode.visitModule(String name,
int access,
String version) |
| Modifier and Type | Method and Description |
|---|---|
void |
ModuleRequireNode.accept(ModuleVisitor moduleVisitor)
Makes the given module visitor visit this require directive.
|
void |
ModuleProvideNode.accept(ModuleVisitor moduleVisitor)
Makes the given module visitor visit this require declaration.
|
void |
ModuleOpenNode.accept(ModuleVisitor moduleVisitor)
Makes the given module visitor visit this opened package.
|
void |
ModuleExportNode.accept(ModuleVisitor moduleVisitor)
Makes the given module visitor visit this export declaration.
|
Copyright © 2007–2020 Eclipse.org - EclipseLink Project. All rights reserved.