annotations [open] module module-name { directives }
Modifier and Type | Class and Description |
---|---|
public static enum | ModuleTree.
The kind of the module. |
Modifier and Type | Method and Description |
---|---|
public List | Returns: the annotationsReturns the annotations associated with this module declaration. |
public List | Returns: the directives in the module declarationReturns the directives in the module declaration. |
public ModuleTree. | |
public ExpressionTree |
getAnnotations | back to summary |
---|---|
public List Returns the annotations associated with this module declaration.
|
getDirectives | back to summary |
---|---|
public List Returns the directives in the module declaration.
|
getModuleType | back to summary |
---|---|
public ModuleTree. Returns the type of this module.
|
getName | back to summary |
---|---|
public ExpressionTree getName() Returns the name of the module.
|
Modifier and Type | Field and Description |
---|---|
public static final ModuleTree. | OPEN
Open module. |
public static final ModuleTree. | STRONG
Strong module. |
Access | Constructor and Description |
---|---|
private |
Modifier and Type | Method and Description |
---|---|
public static ModuleTree. | |
public static ModuleTree. |
OPEN | back to summary |
---|---|
public static final ModuleTree. Open module. |
STRONG | back to summary |
---|---|
public static final ModuleTree. Strong module. |
ModuleKind | back to summary |
---|---|
private ModuleKind() |
valueOf | back to summary |
---|---|
public static ModuleTree. |
values | back to summary |
---|---|
public static ModuleTree. |