softparsmap
Class TreeTextBlock

java.lang.Object
  extended bysoftparsmap.TreeTextBlock

public class TreeTextBlock
extends java.lang.Object

A help class to print trees in an easy to understand format.


Constructor Summary
TreeTextBlock(java.util.List allTtb, Node n)
           
TreeTextBlock(Node node)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TreeTextBlock

public TreeTextBlock(Node node)

TreeTextBlock

public TreeTextBlock(java.util.List allTtb,
                     Node n)
Method Detail

toString

public java.lang.String toString()