daoc.editor.model.types
Class TreeString

java.lang.Object
  extended bydaoc.editor.model.types.TreeString

public class TreeString
extends java.lang.Object

Parses a tree adapter string.


Constructor Summary
TreeString(java.lang.String text)
           
 
Method Summary
 java.lang.String[] getNodes()
           
 TableString getNodeTable(int index)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TreeString

public TreeString(java.lang.String text)
Method Detail

getNodes

public java.lang.String[] getNodes()

getNodeTable

public TableString getNodeTable(int index)