com.inxar.syntacs.util
Class Tree.Box

java.lang.Object
  |
  +--com.inxar.syntacs.util.Tree
        |
        +--com.inxar.syntacs.util.Tree.Box
Enclosing class:
Tree

public static class Tree.Box
extends Tree

Experimental subclass of Tree which tries to do more advanced tree layout.


Inner classes inherited from class com.inxar.syntacs.util.Tree
Tree.Box
 
Constructor Summary
Tree.Box(String name)
           
Tree.Box(Tree.Box parent, String name)
           
 
Method Summary
 Tree add(String name)
           
 String toString()
           
 
Methods inherited from class com.inxar.syntacs.util.Tree
arity, child, main, parent
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Tree.Box

public Tree.Box(String name)

Tree.Box

public Tree.Box(Tree.Box parent,
                String name)
Method Detail

add

public Tree add(String name)
Overrides:
add in class Tree

toString

public String toString()
Overrides:
toString in class Tree