| |
|
| java.lang.Object org.antlr.runtime.tree.BaseTree org.antlr.runtime.tree.ParseTree
ParseTree | public class ParseTree extends BaseTree (Code) | | A record of the rules used to match a token sequence. The tokens
end up as the leaves of this tree and rule nodes are the interior nodes.
This really adds no functionality, it is just an alias for CommonTree
that is more meaningful (specific) and holds a String to display for a node.
|
getTokenStartIndex | public int getTokenStartIndex()(Code) | | |
getTokenStopIndex | public int getTokenStopIndex()(Code) | | |
getType | public int getType()(Code) | | |
setTokenStartIndex | public void setTokenStartIndex(int index)(Code) | | |
setTokenStopIndex | public void setTokenStopIndex(int index)(Code) | | |
|
|
|