public class ANTLRLangParserBase
extends org.antlr.runtime.Parser
| Constructor and Description |
|---|
ANTLRLangParserBase(org.antlr.runtime.TokenStream input) |
ANTLRLangParserBase(org.antlr.runtime.TokenStream input,
org.antlr.runtime.RecognizerSharedState state) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
consumeExtraTokensFunctions() |
protected void |
consumeExtraTokensMembers() |
void |
displayRecognitionError(java.lang.String[] tokenNames,
org.antlr.runtime.RecognitionException e) |
java.lang.String |
getErrorMessage(org.antlr.runtime.RecognitionException e,
java.lang.String[] tokenNames) |
Errors |
getErrors() |
protected java.lang.Object |
recoverFromMismatchedToken(org.antlr.runtime.IntStream input,
int ttype,
org.antlr.runtime.BitSet follow) |
getCurrentInputSymbol, getMissingSymbol, getSourceName, getTokenStream, reset, setTokenStream, traceIn, traceOutalreadyParsedRule, beginResync, combineFollows, computeContextSensitiveRuleFOLLOW, computeErrorRecoverySet, consumeUntil, consumeUntil, emitErrorMessage, endResync, failed, getBacktrackingLevel, getErrorHeader, getGrammarFileName, getNumberOfSyntaxErrors, getRuleInvocationStack, getRuleInvocationStack, getRuleMemoization, getRuleMemoizationCacheSize, getTokenErrorDisplay, getTokenNames, match, matchAny, memoize, mismatchIsMissingToken, mismatchIsUnwantedToken, pushFollow, recover, recoverFromMismatchedSet, reportError, setBacktrackingLevel, toStrings, traceIn, traceOutpublic ANTLRLangParserBase(org.antlr.runtime.TokenStream input)
public ANTLRLangParserBase(org.antlr.runtime.TokenStream input,
org.antlr.runtime.RecognizerSharedState state)
public Errors getErrors()
public void displayRecognitionError(java.lang.String[] tokenNames,
org.antlr.runtime.RecognitionException e)
displayRecognitionError in class org.antlr.runtime.BaseRecognizerpublic java.lang.String getErrorMessage(org.antlr.runtime.RecognitionException e,
java.lang.String[] tokenNames)
getErrorMessage in class org.antlr.runtime.BaseRecognizerprotected java.lang.Object recoverFromMismatchedToken(org.antlr.runtime.IntStream input,
int ttype,
org.antlr.runtime.BitSet follow)
throws org.antlr.runtime.RecognitionException
recoverFromMismatchedToken in class org.antlr.runtime.BaseRecognizerorg.antlr.runtime.RecognitionExceptionprotected void consumeExtraTokensFunctions()
protected void consumeExtraTokensMembers()
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.