Class SimpleDeclarationVisitor

java.lang.Object
com.sun.mirror.util.SimpleDeclarationVisitor
All Implemented Interfaces:
DeclarationVisitor

public class SimpleDeclarationVisitor extends Object implements DeclarationVisitor
A simple visitor for declarations.

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.

Since:
1.5
Version:
1.3 04/04/30
Author:
Joseph D. Darcy, Scott Seligman