| Package | Description |
|---|---|
| org.objectweb.asm.tree |
Provides an ASM visitor that constructs a tree representation of the
classes it visits.
|
| Modifier and Type | Field and Description |
|---|---|
java.util.List<ModuleExportNode> |
ModuleNode.exports
The packages exported by this module.
|
| Constructor and Description |
|---|
ModuleNode(int api,
java.lang.String name,
int access,
java.lang.String version,
java.util.List<ModuleRequireNode> requires,
java.util.List<ModuleExportNode> exports,
java.util.List<ModuleOpenNode> opens,
java.util.List<java.lang.String> uses,
java.util.List<ModuleProvideNode> provides)
Constructs a
ModuleNode. |