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(String[] tokenNames,
org.antlr.runtime.RecognitionException e) |
String |
getErrorMessage(org.antlr.runtime.RecognitionException e,
String[] tokenNames) |
Errors |
getErrors() |
protected Object |
recoverFromMismatchedToken(org.antlr.runtime.IntStream input,
int ttype,
org.antlr.runtime.BitSet follow) |
getCurrentInputSymbol, getMissingSymbol, getSourceName, getTokenStream, reset, setTokenStream, traceIn, traceOut
alreadyParsedRule, 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, traceOut
public ANTLRLangParserBase(org.antlr.runtime.TokenStream input)
public ANTLRLangParserBase(org.antlr.runtime.TokenStream input, org.antlr.runtime.RecognizerSharedState state)
public Errors getErrors()
public void displayRecognitionError(String[] tokenNames, org.antlr.runtime.RecognitionException e)
displayRecognitionError
in class org.antlr.runtime.BaseRecognizer
public String getErrorMessage(org.antlr.runtime.RecognitionException e, String[] tokenNames)
getErrorMessage
in class org.antlr.runtime.BaseRecognizer
protected 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.BaseRecognizer
org.antlr.runtime.RecognitionException
protected void consumeExtraTokensFunctions()
protected void consumeExtraTokensMembers()
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.