- 
- 
ネストされたクラスのサマリー
ネストされたクラス 修飾子と型 インタフェース 説明 static classModuleTree.ModuleKindモジュールの種類。 
- 
メソッドのサマリー
すべてのメソッド インスタンス・メソッド 抽象メソッド 修飾子と型 メソッド 説明 List<? extends AnnotationTree>getAnnotations()このモジュール宣言に関連付けられた注釈を返します。List<? extends DirectiveTree>getDirectives()モジュール宣言内のディレクティブを返します。ModuleTree.ModuleKindgetModuleType()このモジュールの型を返します。ExpressionTreegetName()モジュールの名前を返します。 
 - 
 
- 
- 
メソッドの詳細
- 
getAnnotations
List<? extends AnnotationTree> getAnnotations()
このモジュール宣言に関連付けられた注釈を返します。- 戻り値:
 - 注釈
 
 
- 
getModuleType
ModuleTree.ModuleKind getModuleType()
このモジュールの型を返します。- 戻り値:
 - このモジュールの型
 
 
- 
getName
ExpressionTree getName()
モジュールの名前を返します。- 戻り値:
 - モジュールの名前
 
 
- 
getDirectives
List<? extends DirectiveTree> getDirectives()
モジュール宣言内のディレクティブを返します。- 戻り値:
 - モジュール宣言のディレクティブ
 
 
 - 
 
 -