public class EJBQLLexer extends antlr.CharScanner implements EJBQLTokenTypes, 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 |
static antlr.collections.impl.BitSet |
_tokenSet_3 |
static antlr.collections.impl.BitSet |
_tokenSet_4 |
_returnToken, caseSensitive, caseSensitiveLiterals, commitToPath, EOF_CHAR, hashString, inputState, literals, saveConsumedInput, tabsize, text, tokenObjectClass, traceDepth
ABS, ALL, AND, ANY, AS, ASC, AVG, BETWEEN, BOTH, BY, COMMA, CONCAT, COUNT, CURRENT_DATE, CURRENT_TIME, CURRENT_TIMESTAMP, DELETE, DESC, DISTINCT, DIVIDE, DOT, EMPTY, EOF, EQUALS, ESCAPE, EXISTS, EXPONENT, FALSE, FETCH, FLOAT_SUFFIX, FROM, GREATER_THAN, GREATER_THAN_EQUAL_TO, GROUP, HAVING, HEX_DIGIT, IDENT, IN, INNER, IS, JOIN, LEADING, LEFT, LEFT_ROUND_BRACKET, LENGTH, LESS_THAN, LESS_THAN_EQUAL_TO, LIKE, LOCATE, LOWER, MAX, MEMBER, MIN, MINUS, MOD, MULTIPLY, NAMED_PARAM, NEW, NOT, NOT_EQUAL_TO, NULL, NULL_TREE_LOOKAHEAD, NUM_DOUBLE, NUM_FLOAT, NUM_INT, NUM_LONG, OBJECT, OF, OR, ORDER, OUTER, PLUS, POSITIONAL_PARAM, RIGHT_ROUND_BRACKET, SELECT, SET, SIZE, SOME, SQRT, STRING_LITERAL_DOUBLE_QUOTED, STRING_LITERAL_SINGLE_QUOTED, SUBSTRING, SUM, TEXTCHAR, TRAILING, TRIM, TRUE, UNKNOWN, UPDATE, UPPER, WHERE, WS
Constructor and Description |
---|
EJBQLLexer(antlr.InputBuffer ib) |
EJBQLLexer(InputStream in) |
EJBQLLexer(antlr.LexerSharedInputState state) |
EJBQLLexer(Reader in) |
Modifier and Type | Method and Description |
---|---|
void |
mCOMMA(boolean _createToken) |
void |
mDIVIDE(boolean _createToken) |
void |
mEQUALS(boolean _createToken) |
protected void |
mEXPONENT(boolean _createToken) |
protected int |
mFLOAT_SUFFIX(boolean _createToken) |
void |
mGREATER_THAN_EQUAL_TO(boolean _createToken) |
void |
mGREATER_THAN(boolean _createToken) |
protected void |
mHEX_DIGIT(boolean _createToken) |
void |
mIDENT(boolean _createToken) |
void |
mLEFT_ROUND_BRACKET(boolean _createToken) |
void |
mLESS_THAN_EQUAL_TO(boolean _createToken) |
void |
mLESS_THAN(boolean _createToken) |
void |
mMINUS(boolean _createToken) |
void |
mMULTIPLY(boolean _createToken) |
void |
mNAMED_PARAM(boolean _createToken) |
void |
mNOT_EQUAL_TO(boolean _createToken) |
void |
mNUM_INT(boolean _createToken) |
void |
mPLUS(boolean _createToken) |
void |
mPOSITIONAL_PARAM(boolean _createToken) |
void |
mRIGHT_ROUND_BRACKET(boolean _createToken) |
void |
mSTRING_LITERAL_DOUBLE_QUOTED(boolean _createToken) |
void |
mSTRING_LITERAL_SINGLE_QUOTED(boolean _createToken) |
protected void |
mTEXTCHAR(boolean _createToken) |
void |
mWS(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, uponEOF
public 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 static final antlr.collections.impl.BitSet _tokenSet_3
public static final antlr.collections.impl.BitSet _tokenSet_4
public EJBQLLexer(InputStream in)
public EJBQLLexer(Reader in)
public EJBQLLexer(antlr.InputBuffer ib)
public EJBQLLexer(antlr.LexerSharedInputState state)
public antlr.Token nextToken() throws antlr.TokenStreamException
nextToken
in interface antlr.TokenStream
antlr.TokenStreamException
protected final void mHEX_DIGIT(boolean _createToken) throws antlr.RecognitionException, antlr.CharStreamException, antlr.TokenStreamException
antlr.RecognitionException
antlr.CharStreamException
antlr.TokenStreamException
public final void mWS(boolean _createToken) throws antlr.RecognitionException, antlr.CharStreamException, antlr.TokenStreamException
antlr.RecognitionException
antlr.CharStreamException
antlr.TokenStreamException
public final void mLEFT_ROUND_BRACKET(boolean _createToken) throws antlr.RecognitionException, antlr.CharStreamException, antlr.TokenStreamException
antlr.RecognitionException
antlr.CharStreamException
antlr.TokenStreamException
public final void mRIGHT_ROUND_BRACKET(boolean _createToken) throws antlr.RecognitionException, antlr.CharStreamException, antlr.TokenStreamException
antlr.RecognitionException
antlr.CharStreamException
antlr.TokenStreamException
public final void mCOMMA(boolean _createToken) throws antlr.RecognitionException, antlr.CharStreamException, antlr.TokenStreamException
antlr.RecognitionException
antlr.CharStreamException
antlr.TokenStreamException
public final void mIDENT(boolean _createToken) throws antlr.RecognitionException, antlr.CharStreamException, antlr.TokenStreamException
antlr.RecognitionException
antlr.CharStreamException
antlr.TokenStreamException
protected final void mTEXTCHAR(boolean _createToken) throws antlr.RecognitionException, antlr.CharStreamException, antlr.TokenStreamException
antlr.RecognitionException
antlr.CharStreamException
antlr.TokenStreamException
public final void mNUM_INT(boolean _createToken) throws antlr.RecognitionException, antlr.CharStreamException, antlr.TokenStreamException
antlr.RecognitionException
antlr.CharStreamException
antlr.TokenStreamException
protected final void mEXPONENT(boolean _createToken) throws antlr.RecognitionException, antlr.CharStreamException, antlr.TokenStreamException
antlr.RecognitionException
antlr.CharStreamException
antlr.TokenStreamException
protected final int mFLOAT_SUFFIX(boolean _createToken) throws antlr.RecognitionException, antlr.CharStreamException, antlr.TokenStreamException
antlr.RecognitionException
antlr.CharStreamException
antlr.TokenStreamException
public final void mEQUALS(boolean _createToken) throws antlr.RecognitionException, antlr.CharStreamException, antlr.TokenStreamException
antlr.RecognitionException
antlr.CharStreamException
antlr.TokenStreamException
public final void mGREATER_THAN(boolean _createToken) throws antlr.RecognitionException, antlr.CharStreamException, antlr.TokenStreamException
antlr.RecognitionException
antlr.CharStreamException
antlr.TokenStreamException
public final void mGREATER_THAN_EQUAL_TO(boolean _createToken) throws antlr.RecognitionException, antlr.CharStreamException, antlr.TokenStreamException
antlr.RecognitionException
antlr.CharStreamException
antlr.TokenStreamException
public final void mLESS_THAN(boolean _createToken) throws antlr.RecognitionException, antlr.CharStreamException, antlr.TokenStreamException
antlr.RecognitionException
antlr.CharStreamException
antlr.TokenStreamException
public final void mLESS_THAN_EQUAL_TO(boolean _createToken) throws antlr.RecognitionException, antlr.CharStreamException, antlr.TokenStreamException
antlr.RecognitionException
antlr.CharStreamException
antlr.TokenStreamException
public final void mNOT_EQUAL_TO(boolean _createToken) throws antlr.RecognitionException, antlr.CharStreamException, antlr.TokenStreamException
antlr.RecognitionException
antlr.CharStreamException
antlr.TokenStreamException
public final void mMULTIPLY(boolean _createToken) throws antlr.RecognitionException, antlr.CharStreamException, antlr.TokenStreamException
antlr.RecognitionException
antlr.CharStreamException
antlr.TokenStreamException
public final void mDIVIDE(boolean _createToken) throws antlr.RecognitionException, antlr.CharStreamException, antlr.TokenStreamException
antlr.RecognitionException
antlr.CharStreamException
antlr.TokenStreamException
public final void mPLUS(boolean _createToken) throws antlr.RecognitionException, antlr.CharStreamException, antlr.TokenStreamException
antlr.RecognitionException
antlr.CharStreamException
antlr.TokenStreamException
public final void mMINUS(boolean _createToken) throws antlr.RecognitionException, antlr.CharStreamException, antlr.TokenStreamException
antlr.RecognitionException
antlr.CharStreamException
antlr.TokenStreamException
public final void mPOSITIONAL_PARAM(boolean _createToken) throws antlr.RecognitionException, antlr.CharStreamException, antlr.TokenStreamException
antlr.RecognitionException
antlr.CharStreamException
antlr.TokenStreamException
public final void mNAMED_PARAM(boolean _createToken) throws antlr.RecognitionException, antlr.CharStreamException, antlr.TokenStreamException
antlr.RecognitionException
antlr.CharStreamException
antlr.TokenStreamException
public final void mSTRING_LITERAL_DOUBLE_QUOTED(boolean _createToken) throws antlr.RecognitionException, antlr.CharStreamException, antlr.TokenStreamException
antlr.RecognitionException
antlr.CharStreamException
antlr.TokenStreamException
public final void mSTRING_LITERAL_SINGLE_QUOTED(boolean _createToken) throws antlr.RecognitionException, antlr.CharStreamException, antlr.TokenStreamException
antlr.RecognitionException
antlr.CharStreamException
antlr.TokenStreamException
Copyright © 2024. All rights reserved.