Class NodeVisitorAdapter

  • All Implemented Interfaces:
    NodeVisitor
    Direct Known Subclasses:
    DumpNodeVisitor, UsageNodeVisitor

    public class NodeVisitorAdapter
    extends java.lang.Object
    implements NodeVisitor
    Adapter class for easy implementation of a NodeVisitor. Subclasses need only override methods to add behavior, and call super to continue the visitation.