类 RemoteDebugEventSocketListener.ProxyTree
- java.lang.Object
-
- org.antlr.runtime.tree.BaseTree
-
- org.antlr.runtime.debug.RemoteDebugEventSocketListener.ProxyTree
-
-
字段概要
字段 修饰符和类型 字段 说明 int
charPos
int
ID
int
line
java.lang.String
text
int
tokenIndex
int
type
-
从接口继承的字段 org.antlr.runtime.tree.Tree
INVALID_NODE
-
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 Tree
dupNode()
java.lang.String
getText()
int
getTokenStartIndex()
What is the smallest token index (indexing from 0) for this node and its children?int
getTokenStopIndex()
What is the largest token index (indexing from 0) for this node and its children?int
getType()
Return a token type; needed for tree parsingvoid
setTokenStartIndex(int index)
void
setTokenStopIndex(int index)
java.lang.String
toString()
Override to say how a node (not a tree) should look as text-
从类继承的方法 org.antlr.runtime.tree.BaseTree
addChild, addChildren, createChildrenList, deleteChild, freshenParentAndChildIndexes, freshenParentAndChildIndexes, freshenParentAndChildIndexesDeeply, freshenParentAndChildIndexesDeeply, getAncestor, getAncestors, getCharPositionInLine, getChild, getChildCount, getChildIndex, getChildren, getFirstChildWithType, getLine, getParent, hasAncestor, insertChild, isNil, replaceChildren, sanityCheckParentAndChildIndexes, sanityCheckParentAndChildIndexes, setChild, setChildIndex, setParent, toStringTree
-
-
-
-
方法详细资料
-
getTokenStartIndex
public int getTokenStartIndex()
从接口复制的说明:Tree
What is the smallest token index (indexing from 0) for this node and its children?
-
setTokenStartIndex
public void setTokenStartIndex(int index)
-
getTokenStopIndex
public int getTokenStopIndex()
从接口复制的说明:Tree
What is the largest token index (indexing from 0) for this node and its children?
-
setTokenStopIndex
public void setTokenStopIndex(int index)
-
dupNode
public Tree dupNode()
-
getType
public int getType()
从接口复制的说明:Tree
Return a token type; needed for tree parsing
-
getText
public java.lang.String getText()
-
-