Mirror API

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

Packages that use ExecutableDeclaration
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 ExecutableDeclaration in com.sun.mirror.declaration
 

Subinterfaces of ExecutableDeclaration in com.sun.mirror.declaration
 interface AnnotationTypeElementDeclaration
          Represents an element of an annotation type.
 interface ConstructorDeclaration
          Represents a constructor of a class or interface.
 interface MethodDeclaration
          Represents a method of a class or interface.
 

Uses of ExecutableDeclaration in com.sun.mirror.util
 

Methods in com.sun.mirror.util with parameters of type ExecutableDeclaration
 void SimpleDeclarationVisitor.visitExecutableDeclaration(ExecutableDeclaration d)
          Visits a method or constructor declaration.
 void DeclarationVisitor.visitExecutableDeclaration(ExecutableDeclaration d)
          Visits a method or constructor declaration.
 


Mirror API

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