Interface ClassVisitor


public interface ClassVisitor
Interface to make use of the Visitor pattern programming style. I.e. a class that implements this interface can traverse the contents of a Java class just by calling the `accept' method which all classes have. Implemented by wish of Boris Bokowski.
Version:
$Id: ClassVisitor.java,v 1.4 2009/09/15 19:40:13 aclement Exp $
Author:
M. Dahm