Class EmptyVisitor

java.lang.Object
org.apache.bcel.classfile.EmptyVisitor
All Implemented Interfaces:
Visitor
Direct Known Subclasses:
BCELifier, StringRepresentation

public class EmptyVisitor extends Object implements Visitor
Visitor with empty method bodies, can be extended and used in conjunction with the DescendingVisitor class, e.g. By courtesy of David Spencer.
See Also: