public abstract static class SQLTextTree.Node extends Object
Constructor and Description |
---|
SQLTextTree.Node(int startPos,
int endPos) |
Modifier and Type | Method and Description |
---|---|
SQLTextTree.Node |
copy() |
int |
getEndPos() |
int |
getStartPos() |
SQLTextTree.Node |
process(SQLTextTree.Processor processor,
boolean recurse) |
void |
setEndPos(int end) |
void |
setStartPos(int start) |
String |
toString() |
public SQLTextTree.Node copy()
public int getStartPos()
public void setStartPos(int start)
public int getEndPos()
public void setEndPos(int end)
public SQLTextTree.Node process(SQLTextTree.Processor processor, boolean recurse) throws SQLException
SQLException
Copyright © 2013–2017 impossibl.com. All rights reserved.