Uses of Interface
com.sun.mirror.declaration.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
Modifier and TypeInterfaceDescriptioninterface
Represents an element of an annotation type.interface
Represents a constructor of a class or interface.interface
Represents a method of a class or interface. -
Uses of ExecutableDeclaration in com.sun.mirror.util
Modifier and TypeMethodDescriptionvoid
DeclarationVisitor.visitExecutableDeclaration
(ExecutableDeclaration d) Visits a method or constructor declaration.void
SimpleDeclarationVisitor.visitExecutableDeclaration
(ExecutableDeclaration d) Visits a method or constructor declaration.