public abstract class BaseLexer extends org.antlr.runtime.Lexer
Modifier | Constructor and Description |
---|---|
protected |
BaseLexer() |
protected |
BaseLexer(org.antlr.runtime.CharStream charStream,
org.antlr.runtime.RecognizerSharedState recognizerSharedState) |
Modifier and Type | Method and Description |
---|---|
void |
reportError(org.antlr.runtime.RecognitionException e) |
protected void |
stripLeadingPlus() |
emit, emit, getCharErrorDisplay, getCharIndex, getCharPositionInLine, getCharStream, getEOFToken, getErrorMessage, getLine, getSourceName, getText, match, match, matchAny, matchRange, mTokens, nextToken, recover, reset, setCharStream, setText, skip, traceIn, traceOut
alreadyParsedRule, beginResync, combineFollows, computeContextSensitiveRuleFOLLOW, computeErrorRecoverySet, consumeUntil, consumeUntil, displayRecognitionError, emitErrorMessage, endResync, failed, getBacktrackingLevel, getCurrentInputSymbol, getErrorHeader, getGrammarFileName, getMissingSymbol, getNumberOfSyntaxErrors, getRuleInvocationStack, getRuleInvocationStack, getRuleMemoization, getRuleMemoizationCacheSize, getTokenErrorDisplay, getTokenNames, match, matchAny, memoize, mismatchIsMissingToken, mismatchIsUnwantedToken, pushFollow, recover, recoverFromMismatchedSet, recoverFromMismatchedToken, setBacktrackingLevel, toStrings, traceIn, traceOut
protected BaseLexer()
protected BaseLexer(org.antlr.runtime.CharStream charStream, org.antlr.runtime.RecognizerSharedState recognizerSharedState)
protected void stripLeadingPlus()
public void reportError(org.antlr.runtime.RecognitionException e)
reportError
in class org.antlr.runtime.Lexer
5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.