analyzer.tree
Class TreeWriter

java.lang.Object
  |
  +--analyzer.tree.TreeWriter

public class TreeWriter
extends java.lang.Object

Class for providing a character representation of a tree. Currently only writes to System.out.


Constructor Summary
TreeWriter()
           
 
Method Summary
static void printTree(DataTreeNode node, java.lang.String indent)
          Recursively print a DataTree to System.out.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TreeWriter

public TreeWriter()
Method Detail

printTree

public static void printTree(DataTreeNode node,
                             java.lang.String indent)
Recursively print a DataTree to System.out.


Email questions and comments to
shumway@uiuc.edu or nzhong@ncsa.uiuc.edu