Eclipse JDT
Release 3.8

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 DeclarationVisitor.visitExecutableDeclaration(ExecutableDeclaration d)
          Visits a method or constructor declaration.
 void SimpleDeclarationVisitor.visitExecutableDeclaration(ExecutableDeclaration d)
          Visits a method or constructor declaration.
 


Eclipse JDT
Release 3.8

Guidelines for using Eclipse APIs.

Copyright (c) 2000, 2013 IBM Corporation and others. All rights reserved.