| Package | Description |
|---|---|
| org.glassfish.hk2.external.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<ModuleRequireNode> |
ModuleNode.requires
A list of modules can are required by the current module.
|
| Constructor and Description |
|---|
ModuleNode(int api,
List<ModuleRequireNode> requires,
List<ModuleExportNode> exports,
List<String> uses,
List<ModuleProvideNode> provides) |
Copyright © 2009-2016 Oracle Corporation. All Rights Reserved.