public class ModuleExportNode extends Object
| Modifier and Type | Field and Description |
|---|---|
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,
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 ModuleExportNode(String packaze, 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.Copyright © 2017–2018 Eclipse Foundation. All rights reserved.