Class DefaultPrintElementVisitor<T>

  • All Implemented Interfaces:
    PrintElementVisitor<T>

    public abstract class DefaultPrintElementVisitor<T>
    extends 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 ([email protected])