Mirror API

com.sun.mirror.declaration
インタフェース AnnotationTypeDeclaration

すべてのスーパーインタフェース:
Declaration, InterfaceDeclaration, MemberDeclaration, TypeDeclaration

public interface AnnotationTypeDeclaration
extends InterfaceDeclaration

注釈型の宣言を表します。

導入されたバージョン:
1.5

メソッドの概要
 Collection<AnnotationTypeElementDeclaration> getMethods()
          この注釈型の注釈型要素を返します。
 
インタフェース com.sun.mirror.declaration.TypeDeclaration から継承されたメソッド
getFields, getFormalTypeParameters, getNestedTypes, getPackage, getQualifiedName, getSuperinterfaces
 
インタフェース com.sun.mirror.declaration.MemberDeclaration から継承されたメソッド
getDeclaringType
 
インタフェース com.sun.mirror.declaration.Declaration から継承されたメソッド
accept, equals, getAnnotation, getAnnotationMirrors, getDocComment, getModifiers, getPosition, getSimpleName
 

メソッドの詳細

getMethods

Collection<AnnotationTypeElementDeclaration> getMethods()
この注釈型の注釈型要素を返します。これらの要素は型の宣言で直接宣言されたメソッドです。

定義:
インタフェース TypeDeclaration 内の getMethods
戻り値:
この注釈型の注釈型要素、要素がない場合は空のコレクション
関連項目:
DeclarationFilter

Mirror API

バグや機能要求の報告
Copyright 2006 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms.