PackageElement
です。@Deprecated public interface PackageDeclaration extends Declaration
DeclarationFilter
は、メソッドが宣言のコレクションを返すときに必要な項目だけを簡単に選択する方法を提供します。
修飾子と型 | メソッドと説明 |
---|---|
Collection<AnnotationTypeDeclaration> |
getAnnotationTypes()
非推奨。
このパッケージのトップレベルの注釈型の宣言を返します。
|
Collection<ClassDeclaration> |
getClasses()
非推奨。
このパッケージのトップレベルクラスの宣言を返します。
|
Collection<EnumDeclaration> |
getEnums()
非推奨。
このパッケージのトップレベルの enum 型の宣言を返します。
|
Collection<InterfaceDeclaration> |
getInterfaces()
非推奨。
このパッケージのトップレベルインタフェースの宣言を返します。
|
String |
getQualifiedName()
非推奨。
このパッケージの完全指定クラス名を返します。
|
accept, equals, getAnnotation, getAnnotationMirrors, getDocComment, getModifiers, getPosition, getSimpleName
String getQualifiedName()
Collection<ClassDeclaration> getClasses()
DeclarationFilter
Collection<EnumDeclaration> getEnums()
DeclarationFilter
Collection<InterfaceDeclaration> getInterfaces()
DeclarationFilter
Collection<AnnotationTypeDeclaration> getAnnotationTypes()
DeclarationFilter
Copyright © 2004, 2013, Oracle and/or its affiliates. All rights reserved.