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 |
DeclarationVisitor.visitExecutableDeclaration(ExecutableDeclaration d)
Visits a method or constructor declaration.
|
void |
SimpleDeclarationVisitor.visitExecutableDeclaration(ExecutableDeclaration d)
Visits a method or constructor declaration.
|
Copyright © 2004, 2014, Oracle and/or its affiliates. All rights reserved.