Class AbstractSerializingVisitor

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.io.PrintWriter writer
      The writer to serialize to.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • writer

        protected final java.io.PrintWriter writer
        The writer to serialize to.
    • Constructor Detail

      • AbstractSerializingVisitor

        public AbstractSerializingVisitor​(java.io.Writer writer)
        Constructor.

        Build a new AbstractSerializingDependencyNodeVisitor with the writer to serialize to.

        Parameters:
        writer - the writer to serialize to.