org.jactr.io.antlr3.misc
Class DetailedCommonTree
java.lang.Object
org.antlr.runtime.tree.BaseTree
org.antlr.runtime.tree.CommonTree
org.jactr.io.antlr3.misc.DetailedCommonTree
- All Implemented Interfaces:
- org.antlr.runtime.tree.Tree
public class DetailedCommonTree
- extends org.antlr.runtime.tree.CommonTree
- Author:
- developer
| Fields inherited from class org.antlr.runtime.tree.CommonTree |
startIndex, stopIndex, token |
| Fields inherited from interface org.antlr.runtime.tree.Tree |
INVALID_NODE |
| Methods inherited from class org.antlr.runtime.tree.CommonTree |
getCharPositionInLine, getLine, getText, getToken, getTokenStartIndex, getTokenStopIndex, getType, isNil, setTokenStartIndex, setTokenStopIndex, toString |
| Methods inherited from class org.antlr.runtime.tree.BaseTree |
addChild, addChildren, deleteChild, dupTree, getChild, getChildCount, getFirstChildWithType, setChild, toStringTree |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
DetailedCommonTree
public DetailedCommonTree(org.antlr.runtime.tree.CommonTree arg0)
- Parameters:
arg0 -
DetailedCommonTree
public DetailedCommonTree(org.antlr.runtime.Token arg0)
- Parameters:
arg0 -
dupNode
public org.antlr.runtime.tree.Tree dupNode()
- Specified by:
dupNode in interface org.antlr.runtime.tree.Tree- Overrides:
dupNode in class org.antlr.runtime.tree.CommonTree
getStopOffset
public int getStopOffset()
getStartOffset
public int getStartOffset()
setEndOffset
public void setEndOffset(int end)
setStartOffset
public void setStartOffset(int start)