Tree
public interface ModuleTree extends Tree
annotations [open] module module-name { directives }
Modifier and Type | Interface | Description |
---|---|---|
static enum |
ModuleTree.ModuleKind |
The kind of the module. |
Modifier and Type | Method | Description |
---|---|---|
List |
getAnnotations() |
Returns the annotations associated with this module declaration. |
List |
getDirectives() |
Returns the directives in the module declaration. |
ModuleTree.ModuleKind |
getModuleType() |
Returns the type of this module. |
ExpressionTree |
getName() |
Returns the name of the module. |
List<? extends AnnotationTree> getAnnotations()
ModuleTree.ModuleKind getModuleType()
ExpressionTree getName()
List<? extends DirectiveTree> getDirectives()
© 1993, 2023, Oracle and/or its affiliates. All rights reserved.
Documentation extracted from Debian's OpenJDK Development Kit package.
Licensed under the GNU General Public License, version 2, with the Classpath Exception.
Various third party code in OpenJDK is licensed under different licenses (see Debian package).
Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
https://docs.oracle.com/en/java/javase/21/docs/api/jdk.compiler/com/sun/source/tree/ModuleTree.html