- 
- 
Nested Class SummaryNested Classes Modifier and Type Interface Description static classModuleTree.ModuleKindThe kind of the module.
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description List<? extends AnnotationTree>getAnnotations()Returns the annotations associated with this module declaration.List<? extends DirectiveTree>getDirectives()Returns the directives in the module declaration.ModuleTree.ModuleKindgetModuleType()Returns the type of this module.ExpressionTreegetName()Returns the name of the module.
 
- 
- 
- 
Method Detail- 
getAnnotationsList<? extends AnnotationTree> getAnnotations() Returns the annotations associated with this module declaration.- Returns:
- the annotations
 
 - 
getModuleTypeModuleTree.ModuleKind getModuleType() Returns the type of this module.- Returns:
- the type of this module
 
 - 
getNameExpressionTree getName() Returns the name of the module.- Returns:
- the name of the module
 
 - 
getDirectivesList<? extends DirectiveTree> getDirectives() Returns the directives in the module declaration.- Returns:
- the directives in the module declaration
 
 
- 
 
-