The implementations of the methods of this class do nothing but
delegate up the declaration hierarchy. A subclass should override the
methods that correspond to the kinds of declarations on which it
will operate.
author: Joseph D. Darcy author: Scott Seligman version: 1.3 04/04/30 since: 1.5
Visits an annotation type element declaration.
The implementation simply invokes
SimpleDeclarationVisitor.visitMethodDeclaration visitMethodDeclaration .
Parameters: d - the declaration to visit
Visits a method or constructor declaration.
The implementation simply invokes
SimpleDeclarationVisitor.visitMemberDeclaration visitMemberDeclaration .
Parameters: d - the declaration to visit
Visits a member or constructor declaration.
The implementation simply invokes
SimpleDeclarationVisitor.visitDeclaration visitDeclaration .
Parameters: d - the declaration to visit
Visits a package declaration.
The implementation simply invokes
SimpleDeclarationVisitor.visitDeclaration visitDeclaration .
Parameters: d - the declaration to visit
Visits a parameter declaration.
The implementation simply invokes
SimpleDeclarationVisitor.visitDeclaration visitDeclaration .
Parameters: d - the declaration to visit
Visits a type parameter declaration.
The implementation simply invokes
SimpleDeclarationVisitor.visitDeclaration visitDeclaration .
Parameters: d - the declaration to visit