org.hibernate.hql.antlr
Class HqlBaseLexer
java.lang.Object
   antlr.CharScanner
antlr.CharScanner
       org.hibernate.hql.antlr.HqlBaseLexer
org.hibernate.hql.antlr.HqlBaseLexer
- All Implemented Interfaces: 
- antlr.TokenStream, HqlTokenTypes
- public class HqlBaseLexer 
- extends antlr.CharScanner- implements HqlTokenTypes, antlr.TokenStream
Hibernate Query Language Lexer
 
 This lexer provides the HQL parser with tokens.
- Author:
- Joshua Davis (pgmjsd@sourceforge.net)
 
| Fields inherited from class antlr.CharScanner | 
| _returnToken, caseSensitive, caseSensitiveLiterals, commitToPath, EOF_CHAR, hashString, inputState, literals, saveConsumedInput, tabsize, text, tokenObjectClass, traceDepth | 
 
| Fields inherited from interface org.hibernate.hql.antlr.HqlTokenTypes | 
| AGGREGATE, ALIAS, ALL, AND, ANY, AS, ASCENDING, AVG, BETWEEN, BOTH, CASE, CASE2, CLASS, CLOSE, CLOSE_BRACKET, COLON, COMMA, CONCAT, CONSTANT, CONSTRUCTOR, COUNT, DELETE, DESCENDING, DISTINCT, DIV, DOT, ELEMENTS, ELSE, EMPTY, END, ENTRY, EOF, EQ, ESCAPE, ESCqs, EXISTS, EXPONENT, EXPR_LIST, FALSE, FETCH, FILTER_ENTITY, FLOAT_SUFFIX, FROM, FULL, GE, GROUP, GT, HAVING, HEX_DIGIT, ID_LETTER, ID_START_LETTER, IDENT, IN, IN_LIST, INDEX_OP, INDICES, INNER, INSERT, INTO, IS, IS_NOT_NULL, IS_NULL, JAVA_CONSTANT, JOIN, KEY, LE, LEADING, LEFT, LIKE, LITERAL_ascending, LITERAL_by, LITERAL_descending, LT, MAX, MEMBER, METHOD_CALL, MIN, MINUS, MOD, NE, NEW, NOT, NOT_BETWEEN, NOT_IN, NOT_LIKE, NULL, NULL_TREE_LOOKAHEAD, NUM_BIG_DECIMAL, NUM_BIG_INTEGER, NUM_DOUBLE, NUM_FLOAT, NUM_INT, NUM_LONG, OBJECT, OF, ON, OPEN, OPEN_BRACKET, OR, ORDER, ORDER_ELEMENT, OUTER, PARAM, PLUS, PROPERTIES, QUERY, QUOTED_STRING, RANGE, RIGHT, ROW_STAR, SELECT, SELECT_FROM, SET, SOME, SQL_NE, STAR, SUM, THEN, TRAILING, TRUE, UNARY_MINUS, UNARY_PLUS, UNION, UPDATE, VALUE, VECTOR_EXPR, VERSIONED, WEIRD_IDENT, WHEN, WHERE, WITH, WS | 
 
 
| Method Summary | 
|  void | mCLOSE_BRACKET(boolean _createToken)
 | 
|  void | mCLOSE(boolean _createToken)
 | 
|  void | mCOLON(boolean _createToken)
 | 
|  void | mCOMMA(boolean _createToken)
 | 
|  void | mCONCAT(boolean _createToken)
 | 
|  void | mDIV(boolean _createToken)
 | 
|  void | mEQ(boolean _createToken)
 | 
| protected  void | mESCqs(boolean _createToken)
 | 
| protected  void | mEXPONENT(boolean _createToken)
 | 
| protected  void | mFLOAT_SUFFIX(boolean _createToken)
 | 
|  void | mGE(boolean _createToken)
 | 
|  void | mGT(boolean _createToken)
 | 
| protected  void | mHEX_DIGIT(boolean _createToken)
 | 
| protected  void | mID_LETTER(boolean _createToken)
 | 
| protected  void | mID_START_LETTER(boolean _createToken)
 | 
|  void | mIDENT(boolean _createToken)
 | 
|  void | mLE(boolean _createToken)
 | 
|  void | mLT(boolean _createToken)
 | 
|  void | mMINUS(boolean _createToken)
 | 
|  void | mMOD(boolean _createToken)
 | 
|  void | mNE(boolean _createToken)
 | 
|  void | mNUM_INT(boolean _createToken)
 | 
|  void | mOPEN_BRACKET(boolean _createToken)
 | 
|  void | mOPEN(boolean _createToken)
 | 
|  void | mPARAM(boolean _createToken)
 | 
|  void | mPLUS(boolean _createToken)
 | 
|  void | mQUOTED_STRING(boolean _createToken)
 | 
|  void | mSQL_NE(boolean _createToken)
 | 
|  void | mSTAR(boolean _createToken)
 | 
|  void | mWS(boolean _createToken)
 | 
|  antlr.Token | nextToken()
 | 
| protected  void | setPossibleID(boolean possibleID)
 | 
 
| Methods inherited from class antlr.CharScanner | 
| 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 | 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
_tokenSet_0
public static final antlr.collections.impl.BitSet _tokenSet_0
_tokenSet_1
public static final antlr.collections.impl.BitSet _tokenSet_1
_tokenSet_2
public static final antlr.collections.impl.BitSet _tokenSet_2
_tokenSet_3
public static final antlr.collections.impl.BitSet _tokenSet_3
_tokenSet_4
public static final antlr.collections.impl.BitSet _tokenSet_4
HqlBaseLexer
public HqlBaseLexer(InputStream in)
HqlBaseLexer
public HqlBaseLexer(Reader in)
HqlBaseLexer
public HqlBaseLexer(antlr.InputBuffer ib)
HqlBaseLexer
public HqlBaseLexer(antlr.LexerSharedInputState state)
setPossibleID
protected void setPossibleID(boolean possibleID)
- 
 
- 
 
nextToken
public antlr.Token nextToken()
                      throws antlr.TokenStreamException
- 
- Specified by:
- nextTokenin interface- antlr.TokenStream
 
- 
- Throws:
- antlr.TokenStreamException
 
mEQ
public final void mEQ(boolean _createToken)
               throws antlr.RecognitionException,
                      antlr.CharStreamException,
                      antlr.TokenStreamException
- 
 
- 
- Throws:
- antlr.RecognitionException
- antlr.CharStreamException
- antlr.TokenStreamException
 
mLT
public final void mLT(boolean _createToken)
               throws antlr.RecognitionException,
                      antlr.CharStreamException,
                      antlr.TokenStreamException
- 
 
- 
- Throws:
- antlr.RecognitionException
- antlr.CharStreamException
- antlr.TokenStreamException
 
mGT
public final void mGT(boolean _createToken)
               throws antlr.RecognitionException,
                      antlr.CharStreamException,
                      antlr.TokenStreamException
- 
 
- 
- Throws:
- antlr.RecognitionException
- antlr.CharStreamException
- antlr.TokenStreamException
 
mSQL_NE
public final void mSQL_NE(boolean _createToken)
                   throws antlr.RecognitionException,
                          antlr.CharStreamException,
                          antlr.TokenStreamException
- 
 
- 
- Throws:
- antlr.RecognitionException
- antlr.CharStreamException
- antlr.TokenStreamException
 
mNE
public final void mNE(boolean _createToken)
               throws antlr.RecognitionException,
                      antlr.CharStreamException,
                      antlr.TokenStreamException
- 
 
- 
- Throws:
- antlr.RecognitionException
- antlr.CharStreamException
- antlr.TokenStreamException
 
mLE
public final void mLE(boolean _createToken)
               throws antlr.RecognitionException,
                      antlr.CharStreamException,
                      antlr.TokenStreamException
- 
 
- 
- Throws:
- antlr.RecognitionException
- antlr.CharStreamException
- antlr.TokenStreamException
 
mGE
public final void mGE(boolean _createToken)
               throws antlr.RecognitionException,
                      antlr.CharStreamException,
                      antlr.TokenStreamException
- 
 
- 
- Throws:
- antlr.RecognitionException
- antlr.CharStreamException
- antlr.TokenStreamException
 
mCOMMA
public final void mCOMMA(boolean _createToken)
                  throws antlr.RecognitionException,
                         antlr.CharStreamException,
                         antlr.TokenStreamException
- 
 
- 
- Throws:
- antlr.RecognitionException
- antlr.CharStreamException
- antlr.TokenStreamException
 
mOPEN
public final void mOPEN(boolean _createToken)
                 throws antlr.RecognitionException,
                        antlr.CharStreamException,
                        antlr.TokenStreamException
- 
 
- 
- Throws:
- antlr.RecognitionException
- antlr.CharStreamException
- antlr.TokenStreamException
 
mCLOSE
public final void mCLOSE(boolean _createToken)
                  throws antlr.RecognitionException,
                         antlr.CharStreamException,
                         antlr.TokenStreamException
- 
 
- 
- Throws:
- antlr.RecognitionException
- antlr.CharStreamException
- antlr.TokenStreamException
 
mOPEN_BRACKET
public final void mOPEN_BRACKET(boolean _createToken)
                         throws antlr.RecognitionException,
                                antlr.CharStreamException,
                                antlr.TokenStreamException
- 
 
- 
- Throws:
- antlr.RecognitionException
- antlr.CharStreamException
- antlr.TokenStreamException
 
mCLOSE_BRACKET
public final void mCLOSE_BRACKET(boolean _createToken)
                          throws antlr.RecognitionException,
                                 antlr.CharStreamException,
                                 antlr.TokenStreamException
- 
 
- 
- Throws:
- antlr.RecognitionException
- antlr.CharStreamException
- antlr.TokenStreamException
 
mCONCAT
public final void mCONCAT(boolean _createToken)
                   throws antlr.RecognitionException,
                          antlr.CharStreamException,
                          antlr.TokenStreamException
- 
 
- 
- Throws:
- antlr.RecognitionException
- antlr.CharStreamException
- antlr.TokenStreamException
 
mPLUS
public final void mPLUS(boolean _createToken)
                 throws antlr.RecognitionException,
                        antlr.CharStreamException,
                        antlr.TokenStreamException
- 
 
- 
- Throws:
- antlr.RecognitionException
- antlr.CharStreamException
- antlr.TokenStreamException
 
mMINUS
public final void mMINUS(boolean _createToken)
                  throws antlr.RecognitionException,
                         antlr.CharStreamException,
                         antlr.TokenStreamException
- 
 
- 
- Throws:
- antlr.RecognitionException
- antlr.CharStreamException
- antlr.TokenStreamException
 
mSTAR
public final void mSTAR(boolean _createToken)
                 throws antlr.RecognitionException,
                        antlr.CharStreamException,
                        antlr.TokenStreamException
- 
 
- 
- Throws:
- antlr.RecognitionException
- antlr.CharStreamException
- antlr.TokenStreamException
 
mDIV
public final void mDIV(boolean _createToken)
                throws antlr.RecognitionException,
                       antlr.CharStreamException,
                       antlr.TokenStreamException
- 
 
- 
- Throws:
- antlr.RecognitionException
- antlr.CharStreamException
- antlr.TokenStreamException
 
mMOD
public final void mMOD(boolean _createToken)
                throws antlr.RecognitionException,
                       antlr.CharStreamException,
                       antlr.TokenStreamException
- 
 
- 
- Throws:
- antlr.RecognitionException
- antlr.CharStreamException
- antlr.TokenStreamException
 
mCOLON
public final void mCOLON(boolean _createToken)
                  throws antlr.RecognitionException,
                         antlr.CharStreamException,
                         antlr.TokenStreamException
- 
 
- 
- Throws:
- antlr.RecognitionException
- antlr.CharStreamException
- antlr.TokenStreamException
 
mPARAM
public final void mPARAM(boolean _createToken)
                  throws antlr.RecognitionException,
                         antlr.CharStreamException,
                         antlr.TokenStreamException
- 
 
- 
- Throws:
- antlr.RecognitionException
- antlr.CharStreamException
- antlr.TokenStreamException
 
mIDENT
public final void mIDENT(boolean _createToken)
                  throws antlr.RecognitionException,
                         antlr.CharStreamException,
                         antlr.TokenStreamException
- 
 
- 
- Throws:
- antlr.RecognitionException
- antlr.CharStreamException
- antlr.TokenStreamException
 
mID_START_LETTER
protected final void mID_START_LETTER(boolean _createToken)
                               throws antlr.RecognitionException,
                                      antlr.CharStreamException,
                                      antlr.TokenStreamException
- 
 
- 
- Throws:
- antlr.RecognitionException
- antlr.CharStreamException
- antlr.TokenStreamException
 
mID_LETTER
protected final void mID_LETTER(boolean _createToken)
                         throws antlr.RecognitionException,
                                antlr.CharStreamException,
                                antlr.TokenStreamException
- 
 
- 
- Throws:
- antlr.RecognitionException
- antlr.CharStreamException
- antlr.TokenStreamException
 
mQUOTED_STRING
public final void mQUOTED_STRING(boolean _createToken)
                          throws antlr.RecognitionException,
                                 antlr.CharStreamException,
                                 antlr.TokenStreamException
- 
 
- 
- Throws:
- antlr.RecognitionException
- antlr.CharStreamException
- antlr.TokenStreamException
 
mESCqs
protected final void mESCqs(boolean _createToken)
                     throws antlr.RecognitionException,
                            antlr.CharStreamException,
                            antlr.TokenStreamException
- 
 
- 
- Throws:
- antlr.RecognitionException
- antlr.CharStreamException
- antlr.TokenStreamException
 
mWS
public final void mWS(boolean _createToken)
               throws antlr.RecognitionException,
                      antlr.CharStreamException,
                      antlr.TokenStreamException
- 
 
- 
- Throws:
- antlr.RecognitionException
- antlr.CharStreamException
- antlr.TokenStreamException
 
mNUM_INT
public final void mNUM_INT(boolean _createToken)
                    throws antlr.RecognitionException,
                           antlr.CharStreamException,
                           antlr.TokenStreamException
- 
 
- 
- Throws:
- antlr.RecognitionException
- antlr.CharStreamException
- antlr.TokenStreamException
 
mEXPONENT
protected final void mEXPONENT(boolean _createToken)
                        throws antlr.RecognitionException,
                               antlr.CharStreamException,
                               antlr.TokenStreamException
- 
 
- 
- Throws:
- antlr.RecognitionException
- antlr.CharStreamException
- antlr.TokenStreamException
 
mFLOAT_SUFFIX
protected final void mFLOAT_SUFFIX(boolean _createToken)
                            throws antlr.RecognitionException,
                                   antlr.CharStreamException,
                                   antlr.TokenStreamException
- 
 
- 
- Throws:
- antlr.RecognitionException
- antlr.CharStreamException
- antlr.TokenStreamException
 
mHEX_DIGIT
protected final void mHEX_DIGIT(boolean _createToken)
                         throws antlr.RecognitionException,
                                antlr.CharStreamException,
                                antlr.TokenStreamException
- 
 
- 
- Throws:
- antlr.RecognitionException
- antlr.CharStreamException
- antlr.TokenStreamException
 
Copyright © 2001-2010 Red Hat, Inc.  All Rights Reserved.