_tokenNames
public static final String[] _tokenNames
_tokenSet_0
public static final BitSet _tokenSet_0
_tokenSet_1
public static final BitSet _tokenSet_1
_tokenSet_2
public static final BitSet _tokenSet_2
_tokenSet_3
public static final BitSet _tokenSet_3
_tokenSet_4
public static final BitSet _tokenSet_4
_tokenSet_5
public static final BitSet _tokenSet_5
_tokenSet_6
public static final BitSet _tokenSet_6
_tokenSet_7
public static final BitSet _tokenSet_7
_tokenSet_8
public static final BitSet _tokenSet_8
getTool
protected Tool getTool()
- 2.7.2
reportError
public void reportError(String s)
Delegates the error message to the tool if any was registered via
initTool(antlr.Tool)
- reportError in interface Parser
- 2.7.2
reportError
public void reportError(RecognitionException e)
Delegates the error message to the tool if any was registered via
initTool(antlr.Tool)
- reportError in interface Parser
- 2.7.2
reportWarning
public void reportWarning(String s)
Delegates the warning message to the tool if any was registered via
initTool(antlr.Tool)
- reportWarning in interface Parser
- 2.7.2
setTool
public void setTool(Tool tool)
In order to make it so existing subclasses don't break, we won't require
that the antlr.Tool instance be passed as a constructor element. Instead,
the antlr.Tool instance should register itself via initTool(antlr.Tool)
- 2.7.2