Mirror API

インタフェース
com.sun.mirror.declaration.AnnotationTypeElementDeclaration の使用

AnnotationTypeElementDeclaration を使用しているパッケージ
com.sun.mirror.declaration プログラム要素の宣言をモデル化するために使用されるインタフェース。 
com.sun.mirror.util 宣言の処理を支援するユーティリティです。 
 

com.sun.mirror.declaration での AnnotationTypeElementDeclaration の使用
 

AnnotationTypeElementDeclaration 型の引数を持つ型を返す com.sun.mirror.declaration のメソッド
 Map<AnnotationTypeElementDeclaration,AnnotationValue> AnnotationMirror.getElementValues()
          この注釈の要素と値を返します。
 Collection<AnnotationTypeElementDeclaration> AnnotationTypeDeclaration.getMethods()
          この注釈型の注釈型要素を返します。
 

com.sun.mirror.util での AnnotationTypeElementDeclaration の使用
 

AnnotationTypeElementDeclaration 型のパラメータを持つ com.sun.mirror.util のメソッド
 void SimpleDeclarationVisitor.visitAnnotationTypeElementDeclaration(AnnotationTypeElementDeclaration d)
          注釈型要素宣言をビジットします。
 void DeclarationVisitor.visitAnnotationTypeElementDeclaration(AnnotationTypeElementDeclaration d)
          注釈型要素宣言をビジットします。
 


Mirror API

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