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.