Class EmptyVisitor

  • All Implemented Interfaces:
    Visitor
    Direct Known Subclasses:
    BCELifier, StringRepresentation

    public class EmptyVisitor
    extends java.lang.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:
    DescendingVisitor