public class ModuleExportNode extends Object
Modifier and Type | Field and Description |
---|---|
int |
access
The access flags (see
Opcodes ). |
List<String> |
modules
A list of modules that can access to this exported package.
|
String |
packaze
The package name.
|
Constructor and Description |
---|
ModuleExportNode(String packaze,
int access,
List<String> modules)
Constructs a new
ModuleExportNode . |
Modifier and Type | Method and Description |
---|---|
void |
accept(ModuleVisitor mv)
Makes the given module visitor visit this export declaration.
|
public String packaze
public int access
public ModuleExportNode(String packaze, int access, List<String> modules)
ModuleExportNode
.packaze
- the parameter's name.modules
- a list of modules that can access to this exported package.public void accept(ModuleVisitor mv)
mv
- a module visitor.