Package de.isas.lipidomics.palinom
Class GoslinErrorHandler
- java.lang.Object
-
- org.antlr.v4.runtime.DefaultErrorStrategy
-
- de.isas.lipidomics.palinom.GoslinErrorHandler
-
- All Implemented Interfaces:
org.antlr.v4.runtime.ANTLRErrorStrategy
public class GoslinErrorHandler extends org.antlr.v4.runtime.DefaultErrorStrategy
- Author:
- nilshoffmann
-
-
Constructor Summary
Constructors Constructor Description GoslinErrorHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
recover(org.antlr.v4.runtime.Parser recognizer, org.antlr.v4.runtime.RecognitionException e)
org.antlr.v4.runtime.Token
recoverInline(org.antlr.v4.runtime.Parser recognizer)
-
Methods inherited from class org.antlr.v4.runtime.DefaultErrorStrategy
beginErrorCondition, consumeUntil, endErrorCondition, escapeWSAndQuote, getErrorRecoverySet, getExpectedTokens, getMissingSymbol, getSymbolText, getSymbolType, getTokenErrorDisplay, inErrorRecoveryMode, reportError, reportFailedPredicate, reportInputMismatch, reportMatch, reportMissingToken, reportNoViableAlternative, reportUnwantedToken, reset, singleTokenDeletion, singleTokenInsertion, sync
-
-
-
-
Constructor Detail
-
GoslinErrorHandler
public GoslinErrorHandler()
-
-
Method Detail
-
recoverInline
public org.antlr.v4.runtime.Token recoverInline(org.antlr.v4.runtime.Parser recognizer) throws org.antlr.v4.runtime.RecognitionException
- Specified by:
recoverInline
in interfaceorg.antlr.v4.runtime.ANTLRErrorStrategy
- Overrides:
recoverInline
in classorg.antlr.v4.runtime.DefaultErrorStrategy
- Throws:
org.antlr.v4.runtime.RecognitionException
-
recover
public void recover(org.antlr.v4.runtime.Parser recognizer, org.antlr.v4.runtime.RecognitionException e)
- Specified by:
recover
in interfaceorg.antlr.v4.runtime.ANTLRErrorStrategy
- Overrides:
recover
in classorg.antlr.v4.runtime.DefaultErrorStrategy
-
-