com.inxar.syntacs.util
Interface Arboreal

All Known Implementing Classes:
AbstractSymbol

public interface Arboreal

The Arboreal interface is implemented by those objects which can render themselves in Tree form.


Method Summary
 void toTree(Tree t)
          Writes state to the given Tree.
 

Method Detail

toTree

public void toTree(Tree t)
Writes state to the given Tree.