public class SqlStatementLexer extends antlr.CharScanner implements SqlStatementParserTokenTypes, antlr.TokenStream
| Modifier and Type | Field and Description | 
|---|---|
static antlr.collections.impl.BitSet | 
_tokenSet_0  | 
static antlr.collections.impl.BitSet | 
_tokenSet_1  | 
static antlr.collections.impl.BitSet | 
_tokenSet_2  | 
_returnToken, caseSensitive, caseSensitiveLiterals, commitToPath, EOF_CHAR, hashString, inputState, literals, saveConsumedInput, tabsize, text, tokenObjectClass, traceDepthEOF, ESCqs, LINE_COMMENT, MULTILINE_COMMENT, NOT_STMT_END, NULL_TREE_LOOKAHEAD, QUOTED_STRING, STMT_END| Constructor and Description | 
|---|
SqlStatementLexer(antlr.InputBuffer ib)  | 
SqlStatementLexer(InputStream in)  | 
SqlStatementLexer(antlr.LexerSharedInputState state)  | 
SqlStatementLexer(Reader in)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
mESCqs(boolean _createToken)  | 
void | 
mLINE_COMMENT(boolean _createToken)  | 
void | 
mMULTILINE_COMMENT(boolean _createToken)  | 
void | 
mNOT_STMT_END(boolean _createToken)  | 
void | 
mQUOTED_STRING(boolean _createToken)  | 
void | 
mSTMT_END(boolean _createToken)  | 
antlr.Token | 
nextToken()  | 
append, append, commit, consume, consumeUntil, consumeUntil, getCaseSensitive, getCaseSensitiveLiterals, getColumn, getCommitToPath, getFilename, getInputBuffer, getInputState, getLine, getTabSize, getText, getTokenObject, LA, makeToken, mark, match, match, match, matchNot, matchRange, newline, panic, panic, reportError, reportError, reportWarning, resetText, rewind, setCaseSensitive, setColumn, setCommitToPath, setFilename, setInputState, setLine, setTabSize, setText, setTokenObjectClass, tab, testLiteralsTable, testLiteralsTable, toLower, traceIn, traceIndent, traceOut, uponEOFpublic static final antlr.collections.impl.BitSet _tokenSet_0
public static final antlr.collections.impl.BitSet _tokenSet_1
public static final antlr.collections.impl.BitSet _tokenSet_2
public SqlStatementLexer(InputStream in)
public SqlStatementLexer(Reader in)
public SqlStatementLexer(antlr.InputBuffer ib)
public SqlStatementLexer(antlr.LexerSharedInputState state)
public antlr.Token nextToken()
                      throws antlr.TokenStreamException
nextToken in interface antlr.TokenStreamantlr.TokenStreamExceptionpublic final void mSTMT_END(boolean _createToken)
                     throws antlr.RecognitionException,
                            antlr.CharStreamException,
                            antlr.TokenStreamException
antlr.RecognitionExceptionantlr.CharStreamExceptionantlr.TokenStreamExceptionpublic final void mNOT_STMT_END(boolean _createToken)
                         throws antlr.RecognitionException,
                                antlr.CharStreamException,
                                antlr.TokenStreamException
antlr.RecognitionExceptionantlr.CharStreamExceptionantlr.TokenStreamExceptionpublic final void mQUOTED_STRING(boolean _createToken)
                          throws antlr.RecognitionException,
                                 antlr.CharStreamException,
                                 antlr.TokenStreamException
antlr.RecognitionExceptionantlr.CharStreamExceptionantlr.TokenStreamExceptionprotected final void mESCqs(boolean _createToken)
                     throws antlr.RecognitionException,
                            antlr.CharStreamException,
                            antlr.TokenStreamException
antlr.RecognitionExceptionantlr.CharStreamExceptionantlr.TokenStreamExceptionpublic final void mLINE_COMMENT(boolean _createToken)
                         throws antlr.RecognitionException,
                                antlr.CharStreamException,
                                antlr.TokenStreamException
antlr.RecognitionExceptionantlr.CharStreamExceptionantlr.TokenStreamExceptionpublic final void mMULTILINE_COMMENT(boolean _createToken)
                              throws antlr.RecognitionException,
                                     antlr.CharStreamException,
                                     antlr.TokenStreamException
antlr.RecognitionExceptionantlr.CharStreamExceptionantlr.TokenStreamExceptionCopyright © 2001-2015 Red Hat, Inc. All Rights Reserved.