Eclipse JDT
Release 3.2

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.
 


Eclipse JDT
Release 3.2

Copyright (c) IBM Corp. and others 2000, 2006. All Rights Reserved.