public final class SystemErrorEcho extends Object implements ErrorListener
| Constructor and Description |
|---|
SystemErrorEcho() |
| Modifier and Type | Method and Description |
|---|---|
void |
illegalToken(org.antlr.runtime.tree.CommonTree t,
String message) |
void |
incompatibleSymbols(org.antlr.runtime.tree.CommonTree parentExpression,
org.antlr.runtime.tree.CommonTree... expressions) |
void |
incompatibleSymbolType(org.antlr.runtime.tree.CommonTree t,
Type type,
org.antlr.runtime.tree.CommonTree expression) |
void |
recognitionException(org.antlr.runtime.RecognitionException e) |
void |
recognitionException(org.antlr.runtime.RecognitionException e,
String... tokenNames) |
void |
reportThrowable(Throwable t,
int line,
int charPosInLine,
int length) |
void |
rewriteEmptyStreamException(org.antlr.runtime.tree.RewriteEmptyStreamException e) |
void |
unrecognisedSymbol(org.antlr.runtime.tree.CommonTree t) |
public void unrecognisedSymbol(org.antlr.runtime.tree.CommonTree t)
unrecognisedSymbol in interface ErrorListenert - tpublic void incompatibleSymbolType(org.antlr.runtime.tree.CommonTree t,
Type type,
org.antlr.runtime.tree.CommonTree expression)
incompatibleSymbolType in interface ErrorListenert - ttype - typeexpression - expressionpublic void rewriteEmptyStreamException(org.antlr.runtime.tree.RewriteEmptyStreamException e)
rewriteEmptyStreamException in interface ErrorListenere - epublic void recognitionException(org.antlr.runtime.RecognitionException e)
recognitionException in interface ErrorListenere - epublic void reportThrowable(Throwable t, int line, int charPosInLine, int length)
reportThrowable in interface ErrorListenert - tline - linecharPosInLine - charPosInLinelength - lengthpublic void recognitionException(org.antlr.runtime.RecognitionException e,
String... tokenNames)
recognitionException in interface ErrorListenere - etokenNames - tokenNamespublic void illegalToken(org.antlr.runtime.tree.CommonTree t,
String message)
illegalToken in interface ErrorListenert - tmessage - messagepublic void incompatibleSymbols(org.antlr.runtime.tree.CommonTree parentExpression,
org.antlr.runtime.tree.CommonTree... expressions)
incompatibleSymbols in interface ErrorListenerparentExpression - parentExpressionexpressions - treesCopyright © 2015 The University of Manchester. All Rights Reserved.