Interface Visitor

All Known Implementing Classes:
BCELifier, DescendingVisitor, EmptyVisitor, StringRepresentation

public interface Visitor
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.