Class TreePrinter


  • public class TreePrinter
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      TreePrinter​(java.util.IdentityHashMap<Expression,​QualifiedName> resolvedNameReferences, java.io.PrintStream out)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void print​(Node root)  
      • Methods inherited from class java.lang.Object

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

      • TreePrinter

        public TreePrinter​(java.util.IdentityHashMap<Expression,​QualifiedName> resolvedNameReferences,
                           java.io.PrintStream out)
    • Method Detail

      • print

        public void print​(Node root)