public static class SQLTextTree.PieceNode extends SQLTextTree.Node
PieceNode(String val, int startPos)
String
getText()
void
setText(String text)
toString()
copy, getEndPos, getStartPos, process, setEndPos, setStartPos
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public PieceNode(String val, int startPos)
public String getText()
public void setText(String text)
public String toString()
toString
SQLTextTree.Node