public static class AnalyzingParser.AnalyzerTreeAdaptor extends PythonTreeAdaptor
Constructor and Description |
---|
AnalyzerTreeAdaptor() |
Modifier and Type | Method and Description |
---|---|
void |
setTokenBoundaries(java.lang.Object t,
org.antlr.runtime.Token startToken,
org.antlr.runtime.Token stopToken)
Make sure a parenthesized
Name expr has its start/stop bounds
set to the bounds of the identifier. |
addChild, becomeRoot, create, create, create, create, deleteChild, dupNode, errorNode, getChild, getChildCount, getText, getType, isNil, rulePostProcessing, setChild
createToken, createToken, getChildIndex, getParent, getToken, getTokenStartIndex, getTokenStopIndex, replaceChildren, setChildIndex, setParent
public void setTokenBoundaries(java.lang.Object t, org.antlr.runtime.Token startToken, org.antlr.runtime.Token stopToken)
Name
expr has its start/stop bounds
set to the bounds of the identifier.setTokenBoundaries
in interface org.antlr.runtime.tree.TreeAdaptor
setTokenBoundaries
in class PythonTreeAdaptor