public class ColonStatementLexer
extends org.antlr.runtime.Lexer
Modifier and Type | Field and Description |
---|---|
static int |
COLON |
static int |
DOUBLE_COLON |
static int |
DOUBLE_QUOTED_TEXT |
static int |
EOF |
static int |
ESCAPE_SEQUENCE |
static int |
ESCAPED_TEXT |
static int |
LITERAL |
static int |
NAMED_PARAM |
static int |
POSITIONAL_PARAM |
static int |
QUOTED_TEXT |
Constructor and Description |
---|
ColonStatementLexer() |
ColonStatementLexer(org.antlr.runtime.CharStream input) |
ColonStatementLexer(org.antlr.runtime.CharStream input,
org.antlr.runtime.RecognizerSharedState state) |
Modifier and Type | Method and Description |
---|---|
org.antlr.runtime.Lexer[] |
getDelegates() |
String |
getGrammarFileName() |
void |
mCOLON() |
void |
mDOUBLE_COLON() |
void |
mDOUBLE_QUOTED_TEXT() |
void |
mESCAPE_SEQUENCE() |
void |
mESCAPED_TEXT() |
void |
mLITERAL() |
void |
mNAMED_PARAM() |
void |
mPOSITIONAL_PARAM() |
void |
mQUOTED_TEXT() |
void |
mTokens() |
void |
reportError(org.antlr.runtime.RecognitionException e) |
emit, emit, getCharErrorDisplay, getCharIndex, getCharPositionInLine, getCharStream, getErrorMessage, getLine, getSourceName, getText, match, match, matchAny, matchRange, nextToken, recover, 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 COLON
public static final int DOUBLE_COLON
public static final int DOUBLE_QUOTED_TEXT
public static final int EOF
public static final int ESCAPE_SEQUENCE
public static final int ESCAPED_TEXT
public static final int LITERAL
public static final int NAMED_PARAM
public static final int POSITIONAL_PARAM
public static final int QUOTED_TEXT
public ColonStatementLexer()
public ColonStatementLexer(org.antlr.runtime.CharStream input)
public ColonStatementLexer(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 mCOLON() throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionException
public final void mDOUBLE_COLON() throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionException
public final void mDOUBLE_QUOTED_TEXT() throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionException
public final void mESCAPE_SEQUENCE() throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionException
public final void mESCAPED_TEXT() throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionException
public final void mLITERAL() throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionException
public final void mNAMED_PARAM() throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionException
public final void mPOSITIONAL_PARAM() throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionException
public final void mQUOTED_TEXT() 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
public void reportError(org.antlr.runtime.RecognitionException e)
reportError
in class org.antlr.runtime.Lexer
Copyright © 2018. All rights reserved.