Uses of Interface
com.sun.mirror.declaration.ExecutableDeclaration
-
Packages that use ExecutableDeclaration Package Description 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 Modifier and Type Interface Description 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 Modifier and Type Method Description void
DeclarationVisitor. visitExecutableDeclaration(ExecutableDeclaration d)
Visits a method or constructor declaration.void
SimpleDeclarationVisitor. visitExecutableDeclaration(ExecutableDeclaration d)
Visits a method or constructor declaration.
-