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, traceOutalreadyParsedRule, 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, traceOutpublic 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.BaseRecognizerpublic final void mCOMMENT()
throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionExceptionpublic final void mESCAPE_SEQUENCE()
throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionExceptionpublic final void mLITERAL()
throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionExceptionpublic final void mMULTI_LINE_COMMENT()
throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionExceptionpublic final void mNEWLINE()
throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionExceptionpublic final void mNEWLINES()
throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionExceptionpublic final void mOTHER()
throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionExceptionpublic final void mQUOTED_TEXT()
throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionExceptionpublic final void mSEMICOLON()
throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionExceptionpublic void mTokens()
throws org.antlr.runtime.RecognitionException
mTokens in class org.antlr.runtime.Lexerorg.antlr.runtime.RecognitionExceptionpublic void reportError(org.antlr.runtime.RecognitionException e)
reportError in class org.antlr.runtime.LexerCopyright © 2018. All rights reserved.