public class ModuleOpenNode 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 |
|---|
ModuleOpenNode(String packaze,
int access,
List<String> modules)
Constructs a new
ModuleOpenNode. |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(ModuleVisitor mv)
Makes the given module visitor visit this open declaration.
|
public String packaze
public int access
public ModuleOpenNode(String packaze, int access, List<String> modules)
ModuleOpenNode.packaze - the parameter's name.modules - a list of modules that can access to this open package.public void accept(ModuleVisitor mv)
mv - a module visitor.