public class OslcSearchTermsLexer
extends org.antlr.runtime.Lexer
Modifier and Type | Field and Description |
---|---|
static int |
COMMA |
static int |
ECHAR |
static int |
EOF |
static int |
EOL |
static int |
STRING_LIST |
static int |
STRING_LITERAL |
static int |
WS |
Constructor and Description |
---|
OslcSearchTermsLexer() |
OslcSearchTermsLexer(org.antlr.runtime.CharStream input) |
OslcSearchTermsLexer(org.antlr.runtime.CharStream input,
org.antlr.runtime.RecognizerSharedState state) |
Modifier and Type | Method and Description |
---|---|
org.antlr.runtime.Lexer[] |
getDelegates() |
String |
getGrammarFileName() |
void |
mCOMMA() |
void |
mECHAR() |
void |
mEOL() |
void |
mSTRING_LIST() |
void |
mSTRING_LITERAL() |
void |
mTokens() |
void |
mWS() |
emit, emit, getCharErrorDisplay, getCharIndex, getCharPositionInLine, getCharStream, getEOFToken, getErrorMessage, getLine, getSourceName, getText, match, match, matchAny, matchRange, nextToken, recover, reportError, reset, setCharStream, setText, skip, traceIn, traceOut
alreadyParsedRule, beginResync, combineFollows, computeContextSensitiveRuleFOLLOW, computeErrorRecoverySet, consumeUntil, consumeUntil, displayRecognitionError, emitErrorMessage, endResync, failed, getBacktrackingLevel, getCurrentInputSymbol, getErrorHeader, getMissingSymbol, getNumberOfSyntaxErrors, getRuleInvocationStack, getRuleInvocationStack, getRuleMemoization, getRuleMemoizationCacheSize, getTokenErrorDisplay, getTokenNames, match, matchAny, memoize, mismatchIsMissingToken, mismatchIsUnwantedToken, pushFollow, recover, recoverFromMismatchedSet, recoverFromMismatchedToken, setBacktrackingLevel, toStrings, traceIn, traceOut
public static final int EOF
public static final int COMMA
public static final int ECHAR
public static final int EOL
public static final int STRING_LIST
public static final int STRING_LITERAL
public static final int WS
public OslcSearchTermsLexer()
public OslcSearchTermsLexer(org.antlr.runtime.CharStream input)
public OslcSearchTermsLexer(org.antlr.runtime.CharStream input, org.antlr.runtime.RecognizerSharedState state)
public org.antlr.runtime.Lexer[] getDelegates()
public String getGrammarFileName()
getGrammarFileName
in class org.antlr.runtime.BaseRecognizer
public final void mSTRING_LIST() throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionException
public final void mWS() throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionException
public final void mEOL() throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionException
public final void mSTRING_LITERAL() throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionException
public final void mECHAR() throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionException
public final void mCOMMA() throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionException
public void mTokens() throws org.antlr.runtime.RecognitionException
mTokens
in class org.antlr.runtime.Lexer
org.antlr.runtime.RecognitionException
Copyright © 2020. All rights reserved.