Uses of Interface
com.sun.mirror.declaration.ExecutableDeclaration
Packages that use ExecutableDeclaration
Package
Description
Interfaces used to model program element declarations.
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.declarationModifier and TypeInterfaceDescriptioninterfaceRepresents an element of an annotation type.interfaceRepresents a constructor of a class or interface.interfaceRepresents 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 ExecutableDeclarationModifier and TypeMethodDescriptionvoidDeclarationVisitor.visitExecutableDeclaration(ExecutableDeclaration d) Visits a method or constructor declaration.voidSimpleDeclarationVisitor.visitExecutableDeclaration(ExecutableDeclaration d) Visits a method or constructor declaration.