![]() |
Quadcap Embeddable Database |
Inheritance diagram for com.quadcap.sql.SQLLexer:

Public Member Functions | |
| SQLLexer (InputStream in) | |
| SQLLexer (Reader in) | |
| SQLLexer (InputBuffer ib) | |
| SQLLexer (LexerSharedInputState state) | |
| Token | nextToken () throws TokenStreamException |
| final void | mWS (boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException |
| final void | mSL_COMMENT (boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException |
| final void | mML_COMMENT (boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException |
| final void | mNL (boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException |
| final void | mLPAREN (boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException |
| final void | mRPAREN (boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException |
| final void | mCOMMA (boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException |
| final void | mQUESTION (boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException |
| final void | mPLUS (boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException |
| final void | mMINUS (boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException |
| final void | mCONCAT (boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException |
| final void | mLT (boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException |
| final void | mGT (boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException |
| final void | mLE (boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException |
| final void | mGE (boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException |
| final void | mEQ (boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException |
| final void | mNE (boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException |
| final void | mSTAR (boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException |
| final void | mSLASH (boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException |
| final void | mLCURLY (boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException |
| final void | mRCURLY (boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException |
| final void | mSEMI (boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException |
| final void | mSTRING_LITERAL (boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException |
| final void | mINT_OR_REAL (boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException |
| final void | mBINSTR (boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException |
| final void | mHEXSTR (boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException |
| final void | mID (boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException |
Static Public Attributes | |
| final BitSet | _tokenSet_0 = new BitSet(mk_tokenSet_0()) |
| final BitSet | _tokenSet_1 = new BitSet(mk_tokenSet_1()) |
| final BitSet | _tokenSet_2 = new BitSet(mk_tokenSet_2()) |
| final BitSet | _tokenSet_3 = new BitSet(mk_tokenSet_3()) |
| final BitSet | _tokenSet_4 = new BitSet(mk_tokenSet_4()) |
| final BitSet | _tokenSet_5 = new BitSet(mk_tokenSet_5()) |
| final BitSet | _tokenSet_6 = new BitSet(mk_tokenSet_6()) |
| final BitSet | _tokenSet_7 = new BitSet(mk_tokenSet_7()) |
| final BitSet | _tokenSet_8 = new BitSet(mk_tokenSet_8()) |
| final BitSet | _tokenSet_9 = new BitSet(mk_tokenSet_9()) |
| final BitSet | _tokenSet_10 = new BitSet(mk_tokenSet_10()) |
Protected Member Functions | |
| final void | mDIGIT (boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException |
| final void | mINT (boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException |
| final void | mREAL (boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException |
| final void | mEXP (boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException |
| final void | mHEXDIGIT (boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException |
| final void | mIDTERM (boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException |
| final void | mIDCHAR (boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException |
| final void | mIDCHAR2 (boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException |
| final void | mSIMPID (boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException |
| final void | mCASEID (boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException |
Static Private Member Functions | |
| final long[] | mk_tokenSet_0 () |
| final long[] | mk_tokenSet_1 () |
| final long[] | mk_tokenSet_2 () |
| final long[] | mk_tokenSet_3 () |
| final long[] | mk_tokenSet_4 () |
| final long[] | mk_tokenSet_5 () |
| final long[] | mk_tokenSet_6 () |
| final long[] | mk_tokenSet_7 () |
| final long[] | mk_tokenSet_8 () |
| final long[] | mk_tokenSet_9 () |
| final long[] | mk_tokenSet_10 () |
|
|
Definition at line 31 of file SQLLexer.java. |
|
|
Definition at line 34 of file SQLLexer.java. |
|
|
Definition at line 37 of file SQLLexer.java. |
|
|
Definition at line 40 of file SQLLexer.java. |
|
|
Definition at line 1208 of file SQLLexer.java. References com.quadcap.sql.SQLLexer.mBINSTR(). Referenced by com.quadcap.sql.SQLLexer.mBINSTR(), and com.quadcap.sql.SQLLexer.nextToken(). |
|
|
Definition at line 1525 of file SQLLexer.java. References com.quadcap.sql.SQLLexer._tokenSet_10, and com.quadcap.sql.SQLLexer.mCASEID(). Referenced by com.quadcap.sql.SQLLexer.mCASEID(), and com.quadcap.sql.SQLLexer.mIDTERM(). |
|
|
Definition at line 536 of file SQLLexer.java. References com.quadcap.sql.SQLLexer.mCOMMA(). Referenced by com.quadcap.sql.SQLLexer.mCOMMA(), and com.quadcap.sql.SQLLexer.nextToken(). |
|
|
Definition at line 588 of file SQLLexer.java. References com.quadcap.sql.SQLLexer.mCONCAT(). Referenced by com.quadcap.sql.SQLLexer.mCONCAT(), and com.quadcap.sql.SQLLexer.nextToken(). |
|
|
Definition at line 785 of file SQLLexer.java. References com.quadcap.sql.SQLLexer.mDIGIT(). Referenced by com.quadcap.sql.SQLLexer.mDIGIT(). |
|
|
Definition at line 653 of file SQLLexer.java. References com.quadcap.sql.SQLLexer.mEQ(). Referenced by com.quadcap.sql.SQLLexer.mEQ(), and com.quadcap.sql.SQLLexer.nextToken(). |
|
|
Definition at line 907 of file SQLLexer.java. References com.quadcap.sql.SQLLexer.mEXP(). Referenced by com.quadcap.sql.SQLLexer.mEXP(). |
|
|
Definition at line 640 of file SQLLexer.java. References com.quadcap.sql.SQLLexer.mGE(). Referenced by com.quadcap.sql.SQLLexer.mGE(), and com.quadcap.sql.SQLLexer.nextToken(). |
|
|
Definition at line 614 of file SQLLexer.java. References com.quadcap.sql.SQLLexer.mGT(). Referenced by com.quadcap.sql.SQLLexer.mGT(), and com.quadcap.sql.SQLLexer.nextToken(). |
|
|
Definition at line 1177 of file SQLLexer.java. References com.quadcap.sql.SQLLexer.mHEXDIGIT(). Referenced by com.quadcap.sql.SQLLexer.mHEXDIGIT(). |
|
|
Definition at line 1246 of file SQLLexer.java. References com.quadcap.sql.SQLLexer._tokenSet_0, and com.quadcap.sql.SQLLexer.mHEXSTR(). Referenced by com.quadcap.sql.SQLLexer.mHEXSTR(), and com.quadcap.sql.SQLLexer.nextToken(). |
|
|
Definition at line 1275 of file SQLLexer.java. References com.quadcap.sql.SQLLexer.mID(), and com.quadcap.sql.SQLLexer.mIDTERM(). Referenced by com.quadcap.sql.SQLLexer.mID(), and com.quadcap.sql.SQLLexer.nextToken(). |
|
|
Definition at line 1410 of file SQLLexer.java. References com.quadcap.sql.SQLLexer.mIDCHAR(). Referenced by com.quadcap.sql.SQLLexer.mIDCHAR(). |
|
|
Definition at line 1457 of file SQLLexer.java. References com.quadcap.sql.SQLLexer.mIDCHAR2(). Referenced by com.quadcap.sql.SQLLexer.mIDCHAR2(). |
|
|
Definition at line 1369 of file SQLLexer.java. References com.quadcap.sql.SQLLexer.mCASEID(), com.quadcap.sql.SQLLexer.mIDTERM(), and com.quadcap.sql.SQLLexer.mSIMPID(). Referenced by com.quadcap.sql.SQLLexer.mID(), and com.quadcap.sql.SQLLexer.mIDTERM(). |
|
|
Definition at line 798 of file SQLLexer.java. References com.quadcap.sql.SQLLexer.mINT(). Referenced by com.quadcap.sql.SQLLexer.mINT(). |
|
|
Definition at line 963 of file SQLLexer.java. References com.quadcap.sql.SQLLexer._tokenSet_6, com.quadcap.sql.SQLLexer._tokenSet_7, com.quadcap.sql.SQLLexer._tokenSet_8, and com.quadcap.sql.SQLLexer.mINT_OR_REAL(). Referenced by com.quadcap.sql.SQLLexer.mINT_OR_REAL(), and com.quadcap.sql.SQLLexer.nextToken(). |
|
|
Definition at line 1560 of file SQLLexer.java. |
|
|
Definition at line 1568 of file SQLLexer.java. |
|
|
Definition at line 1642 of file SQLLexer.java. |
|
|
Definition at line 1576 of file SQLLexer.java. |
|
|
Definition at line 1584 of file SQLLexer.java. |
|
|
Definition at line 1593 of file SQLLexer.java. |
|
|
Definition at line 1602 of file SQLLexer.java. |
|
|
Definition at line 1611 of file SQLLexer.java. |
|
|
Definition at line 1619 of file SQLLexer.java. |
|
|
Definition at line 1627 of file SQLLexer.java. |
|
|
Definition at line 1634 of file SQLLexer.java. |
|
|
Definition at line 705 of file SQLLexer.java. References com.quadcap.sql.SQLLexer.mLCURLY(). Referenced by com.quadcap.sql.SQLLexer.mLCURLY(), and com.quadcap.sql.SQLLexer.nextToken(). |
|
|
Definition at line 627 of file SQLLexer.java. References com.quadcap.sql.SQLLexer.mLE(). Referenced by com.quadcap.sql.SQLLexer.mLE(), and com.quadcap.sql.SQLLexer.nextToken(). |
|
|
Definition at line 510 of file SQLLexer.java. References com.quadcap.sql.SQLLexer.mLPAREN(). Referenced by com.quadcap.sql.SQLLexer.mLPAREN(), and com.quadcap.sql.SQLLexer.nextToken(). |
|
|
Definition at line 601 of file SQLLexer.java. References com.quadcap.sql.SQLLexer.mLT(). Referenced by com.quadcap.sql.SQLLexer.mLT(), and com.quadcap.sql.SQLLexer.nextToken(). |
|
|
Definition at line 575 of file SQLLexer.java. References com.quadcap.sql.SQLLexer.mMINUS(). Referenced by com.quadcap.sql.SQLLexer.mMINUS(), and com.quadcap.sql.SQLLexer.nextToken(). |
|
|
Definition at line 454 of file SQLLexer.java. References com.quadcap.sql.SQLLexer._tokenSet_4, and com.quadcap.sql.SQLLexer.mML_COMMENT(). Referenced by com.quadcap.sql.SQLLexer.mML_COMMENT(), and com.quadcap.sql.SQLLexer.nextToken(). |
|
|
Definition at line 666 of file SQLLexer.java. References com.quadcap.sql.SQLLexer.mNE(). Referenced by com.quadcap.sql.SQLLexer.mNE(), and com.quadcap.sql.SQLLexer.nextToken(). |
|
|
Definition at line 494 of file SQLLexer.java. References com.quadcap.sql.SQLLexer.mNL(). Referenced by com.quadcap.sql.SQLLexer.mNL(), and com.quadcap.sql.SQLLexer.nextToken(). |
|
|
Definition at line 562 of file SQLLexer.java. References com.quadcap.sql.SQLLexer.mPLUS(). Referenced by com.quadcap.sql.SQLLexer.mPLUS(), and com.quadcap.sql.SQLLexer.nextToken(). |
|
|
Definition at line 549 of file SQLLexer.java. References com.quadcap.sql.SQLLexer.mQUESTION(). Referenced by com.quadcap.sql.SQLLexer.mQUESTION(), and com.quadcap.sql.SQLLexer.nextToken(). |
|
|
Definition at line 718 of file SQLLexer.java. References com.quadcap.sql.SQLLexer.mRCURLY(). Referenced by com.quadcap.sql.SQLLexer.mRCURLY(), and com.quadcap.sql.SQLLexer.nextToken(). |
|
|
Definition at line 824 of file SQLLexer.java. References com.quadcap.sql.SQLLexer.mREAL(). Referenced by com.quadcap.sql.SQLLexer.mREAL(). |
|
|
Definition at line 523 of file SQLLexer.java. References com.quadcap.sql.SQLLexer.mRPAREN(). Referenced by com.quadcap.sql.SQLLexer.mRPAREN(), and com.quadcap.sql.SQLLexer.nextToken(). |
|
|
Definition at line 731 of file SQLLexer.java. References com.quadcap.sql.SQLLexer.mSEMI(). Referenced by com.quadcap.sql.SQLLexer.mSEMI(), and com.quadcap.sql.SQLLexer.nextToken(). |
|
|
Definition at line 1500 of file SQLLexer.java. References com.quadcap.sql.SQLLexer._tokenSet_9, and com.quadcap.sql.SQLLexer.mSIMPID(). Referenced by com.quadcap.sql.SQLLexer.mIDTERM(), and com.quadcap.sql.SQLLexer.mSIMPID(). |
|
|
Definition at line 426 of file SQLLexer.java. References com.quadcap.sql.SQLLexer._tokenSet_3, and com.quadcap.sql.SQLLexer.mSL_COMMENT(). Referenced by com.quadcap.sql.SQLLexer.mSL_COMMENT(), and com.quadcap.sql.SQLLexer.nextToken(). |
|
|
Definition at line 692 of file SQLLexer.java. References com.quadcap.sql.SQLLexer.mSLASH(). Referenced by com.quadcap.sql.SQLLexer.mSLASH(), and com.quadcap.sql.SQLLexer.nextToken(). |
|
|
Definition at line 679 of file SQLLexer.java. References com.quadcap.sql.SQLLexer.mSTAR(). Referenced by com.quadcap.sql.SQLLexer.mSTAR(), and com.quadcap.sql.SQLLexer.nextToken(). |
|
|
Definition at line 747 of file SQLLexer.java. References com.quadcap.sql.SQLLexer._tokenSet_5, and com.quadcap.sql.SQLLexer.mSTRING_LITERAL(). Referenced by com.quadcap.sql.SQLLexer.mSTRING_LITERAL(), and com.quadcap.sql.SQLLexer.nextToken(). |
|
|
Definition at line 383 of file SQLLexer.java. References com.quadcap.sql.SQLLexer.mWS(). Referenced by com.quadcap.sql.SQLLexer.mWS(), and com.quadcap.sql.SQLLexer.nextToken(). |
|
|
|
Definition at line 1567 of file SQLLexer.java. Referenced by com.quadcap.sql.SQLLexer.mHEXSTR(), and com.quadcap.sql.SQLLexer.nextToken(). |
|
|
Definition at line 1575 of file SQLLexer.java. Referenced by com.quadcap.sql.SQLLexer.nextToken(). |
|
|
Definition at line 1650 of file SQLLexer.java. Referenced by com.quadcap.sql.SQLLexer.mCASEID(). |
|
|
Definition at line 1583 of file SQLLexer.java. Referenced by com.quadcap.sql.SQLLexer.nextToken(). |
|
|
Definition at line 1592 of file SQLLexer.java. Referenced by com.quadcap.sql.SQLLexer.mSL_COMMENT(). |
|
|
Definition at line 1601 of file SQLLexer.java. Referenced by com.quadcap.sql.SQLLexer.mML_COMMENT(). |
|
|
Definition at line 1610 of file SQLLexer.java. Referenced by com.quadcap.sql.SQLLexer.mSTRING_LITERAL(). |
|
|
Definition at line 1618 of file SQLLexer.java. Referenced by com.quadcap.sql.SQLLexer.mINT_OR_REAL(). |
|
|
Definition at line 1626 of file SQLLexer.java. Referenced by com.quadcap.sql.SQLLexer.mINT_OR_REAL(). |
|
|
Definition at line 1633 of file SQLLexer.java. Referenced by com.quadcap.sql.SQLLexer.mINT_OR_REAL(). |
|
|
Definition at line 1641 of file SQLLexer.java. Referenced by com.quadcap.sql.SQLLexer.mSIMPID(). |