Package groovy.util

Class NodePrinter


  • public class NodePrinter
    extends java.lang.Object
    A helper class for creating nested trees of data
    • Constructor Detail

      • NodePrinter

        public NodePrinter()
      • NodePrinter

        public NodePrinter​(java.io.PrintWriter out)
    • Method Detail

      • print

        public void print​(Node node)
      • printName

        protected void printName​(Node node)
      • printList

        protected void printList​(java.util.List list)
      • printAttributes

        protected void printAttributes​(java.util.Map attributes)