|
Mirror API | |||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
public interface PackageDeclaration
パッケージの宣言を表します。パッケージとそのメンバに関する情報へのアクセスを提供します。
DeclarationFilter は、メソッドが宣言のコレクションを返すときに必要な項目だけを簡単に選択する方法を提供します。
| メソッドの概要 | |
|---|---|
Collection<AnnotationTypeDeclaration> |
getAnnotationTypes()
このパッケージのトップレベルの注釈型の宣言を返します。 |
Collection<ClassDeclaration> |
getClasses()
このパッケージのトップレベルクラスの宣言を返します。 |
Collection<EnumDeclaration> |
getEnums()
このパッケージのトップレベルの enum 型の宣言を返します。 |
Collection<InterfaceDeclaration> |
getInterfaces()
このパッケージのトップレベルインタフェースの宣言を返します。 |
String |
getQualifiedName()
このパッケージの完全修飾クラス名を返します。 |
| インタフェース com.sun.mirror.declaration.Declaration から継承されたメソッド |
|---|
accept, equals, getAnnotation, getAnnotationMirrors, getDocComment, getModifiers, getPosition, getSimpleName |
| メソッドの詳細 |
|---|
String getQualifiedName()
Collection<ClassDeclaration> getClasses()
DeclarationFilterCollection<EnumDeclaration> getEnums()
DeclarationFilterCollection<InterfaceDeclaration> getInterfaces()
DeclarationFilterCollection<AnnotationTypeDeclaration> getAnnotationTypes()
DeclarationFilter
|
Mirror API | |||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||