public class SqlScriptLexer
extends org.antlr.runtime.Lexer
Modifier and Type | Field and Description |
---|---|
static int |
COMMENT |
static int |
EOF |
static int |
ESCAPE_SEQUENCE |
static int |
LITERAL |
static int |
MULTI_LINE_COMMENT |
static int |
NEWLINE |
static int |
NEWLINES |
static int |
OTHER |
static int |
QUOTED_TEXT |
static int |
SEMICOLON |
Constructor and Description |
---|
SqlScriptLexer() |
SqlScriptLexer(org.antlr.runtime.CharStream input) |
SqlScriptLexer(org.antlr.runtime.CharStream input,
org.antlr.runtime.RecognizerSharedState state) |
Modifier and Type | Method and Description |
---|---|
org.antlr.runtime.Lexer[] |
getDelegates() |
String |
getGrammarFileName() |
void |
mCOMMENT() |
void |
mESCAPE_SEQUENCE() |
void |
mLITERAL() |
void |
mMULTI_LINE_COMMENT() |
void |
mNEWLINE() |
void |
mNEWLINES() |
void |
mOTHER() |
void |
mQUOTED_TEXT() |
void |
mSEMICOLON() |
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 COMMENT
public static final int EOF
public static final int ESCAPE_SEQUENCE
public static final int LITERAL
public static final int MULTI_LINE_COMMENT
public static final int NEWLINE
public static final int NEWLINES
public static final int OTHER
public static final int QUOTED_TEXT
public static final int SEMICOLON
public SqlScriptLexer()
public SqlScriptLexer(org.antlr.runtime.CharStream input)
public SqlScriptLexer(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 mCOMMENT() 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 mLITERAL() throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionException
public final void mMULTI_LINE_COMMENT() throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionException
public final void mNEWLINE() throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionException
public final void mNEWLINES() throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionException
public final void mOTHER() throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionException
public final void mQUOTED_TEXT() throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionException
public final void mSEMICOLON() 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.