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.
|
Modifier and Type | Interface and 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.
|
Modifier and Type | Method and Description |
---|---|
void |
SimpleDeclarationVisitor.visitExecutableDeclaration(ExecutableDeclaration d)
Visits a method or constructor declaration.
|
void |
DeclarationVisitor.visitExecutableDeclaration(ExecutableDeclaration d)
Visits a method or constructor declaration.
|
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.