| 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<ModuleProvideNode> |
ModuleNode.provides
A list of services along with their implementations provided
by the current module.
|
| Constructor and Description |
|---|
ModuleNode(int api,
String name,
int access,
String version,
List<ModuleRequireNode> requires,
List<ModuleExportNode> exports,
List<ModuleOpenNode> opens,
List<String> uses,
List<ModuleProvideNode> provides) |