Class ParseTree
java.lang.Object
|
+--ParseTree
- All Implemented Interfaces:
- java.lang.Cloneable
- public class ParseTree
- extends java.lang.Object
- implements java.lang.Cloneable
Field Summary |
private ParseNode |
root
|
Method Summary |
java.lang.Object |
clone()
|
static ParseTree |
construct(ParseTree[] trees,
java.lang.String proot)
|
ParseNode |
getRoot()
|
java.lang.String |
serialize()
|
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
root
private ParseNode root
ParseTree
public ParseTree(java.lang.String proot)
ParseTree
private ParseTree()
getRoot
public ParseNode getRoot()
construct
public static ParseTree construct(ParseTree[] trees,
java.lang.String proot)
serialize
public java.lang.String serialize()
clone
public java.lang.Object clone()
- Overrides:
clone
in class java.lang.Object