Class SimpleTypeVisitor

java.lang.Object
com.sun.mirror.util.SimpleTypeVisitor
All Implemented Interfaces:
TypeVisitor

public class SimpleTypeVisitor extends Object implements TypeVisitor
A simple visitor for types.

The implementations of the methods of this class do nothing but delegate up the type hierarchy. A subclass should override the methods that correspond to the kinds of types on which it will operate.

Since:
1.5
Version:
1.4 04/06/07
Author:
Joseph D. Darcy, Scott Seligman