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 |
---|---|
List<ModuleExportNode> |
ModuleNode.exports
A list of packages that are exported by the current module.
|
Constructor and Description |
---|
ModuleNode(int api,
List<ModuleRequireNode> requires,
List<ModuleExportNode> exports,
List<String> uses,
List<ModuleProvideNode> provides) |