Class AbstractTreePrinter

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getAsString​(TreeNode rootNode)  
      void print​(TreeNode rootNode)  
      protected void write​(java.lang.Appendable out, java.lang.String content)  
      protected void writeln​(java.lang.Appendable out, java.lang.String content)  
      • Methods inherited from class java.lang.Object

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

      • AbstractTreePrinter

        public AbstractTreePrinter()
    • Method Detail

      • write

        protected void write​(java.lang.Appendable out,
                             java.lang.String content)
      • writeln

        protected void writeln​(java.lang.Appendable out,
                               java.lang.String content)