Class NodePrinter


  • public class NodePrinter
    extends java.lang.Object
    Node pretty printer for debugging purposes.
    Author:
    Christoph Beck
    • Constructor Summary

      Constructors 
      Constructor Description
      NodePrinter()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void dump​(java.io.PrintWriter writer, Node node)  
      • Methods inherited from class java.lang.Object

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

      • NodePrinter

        public NodePrinter()
    • Method Detail

      • dump

        public static void dump​(java.io.PrintWriter writer,
                                Node node)