opens package-name; opens package-name to module-name;
Modifier and Type | Method and Description |
---|---|
public List | Returns: the names of the modules to which the package is opened, or nullReturns the names of the modules to which the package is opened, or null, if the package is opened to all modules. |
public ExpressionTree | Returns: the name of the package to be openedReturns the name of the package to be opened. |
getModuleNames | back to summary |
---|---|
public List Returns the names of the modules to which the package is opened, or null, if the package is opened to all modules.
|
getPackageName | back to summary |
---|---|
public ExpressionTree getPackageName() Returns the name of the package to be opened.
|