Class DefaultPrintElementVisitor<T>

  • All Implemented Interfaces:
    PrintElementVisitor<T>

    public abstract class DefaultPrintElementVisitor<T>
    extends java.lang.Object
    implements PrintElementVisitor<T>
    Base print element visitor implementation with empty methods. The class is meant to be extended by visitors that only want to implement specific methods.
    Author:
    Lucian Chirita (lucianc@users.sourceforge.net)