Mirror API

Uses of Interface
com.sun.mirror.declaration.AnnotationTypeElementDeclaration

Packages that use AnnotationTypeElementDeclaration
com.sun.mirror.declaration Interfaces used to model program element declarations. 
com.sun.mirror.util Utilities to assist in the processing of declarations and types
 

Uses of AnnotationTypeElementDeclaration in com.sun.mirror.declaration
 

Methods in com.sun.mirror.declaration that return types with arguments of type AnnotationTypeElementDeclaration
 Map<AnnotationTypeElementDeclaration,AnnotationValue> AnnotationMirror.getElementValues()
          Returns this annotation's elements and their values.
 Collection<AnnotationTypeElementDeclaration> AnnotationTypeDeclaration.getMethods()
          Returns the annotation type elements of this annotation type.
 

Uses of AnnotationTypeElementDeclaration in com.sun.mirror.util
 

Methods in com.sun.mirror.util with parameters of type AnnotationTypeElementDeclaration
 void SimpleDeclarationVisitor.visitAnnotationTypeElementDeclaration(AnnotationTypeElementDeclaration d)
          Visits an annotation type element declaration.
 void DeclarationVisitor.visitAnnotationTypeElementDeclaration(AnnotationTypeElementDeclaration d)
          Visits an annotation type element declaration.
 


Mirror API

Report a bug or request a feature.
Copyright 2004 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms.