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