Class SqlScriptLexer

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void mBLOCK_COMMENT​(boolean _createToken)
      Note : this comes from the great Terence Parr (author of Antlr) - https://theantlrguy.atlassian.net/wiki/spaces/ANTLR3/pages/2687360/How+do+I+match+multi-line+comments
      void mCHAR​(boolean _createToken)  
      void mDELIMITER​(boolean _createToken)  
      protected void mESCqs​(boolean _createToken)  
      void mLINE_COMMENT​(boolean _createToken)  
      void mNEWLINE​(boolean _createToken)  
      void mQUOTED_TEXT​(boolean _createToken)  
      void mSPACE​(boolean _createToken)  
      void mTAB​(boolean _createToken)  
      antlr.Token nextToken()  
      • 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
    • Field Detail

      • _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
    • Constructor Detail

      • SqlScriptLexer

        public SqlScriptLexer​(java.io.InputStream in)
      • SqlScriptLexer

        public SqlScriptLexer​(java.io.Reader in)
      • SqlScriptLexer

        public SqlScriptLexer​(antlr.InputBuffer ib)
      • SqlScriptLexer

        public SqlScriptLexer​(antlr.LexerSharedInputState state)
    • Method Detail

      • nextToken

        public antlr.Token nextToken()
                              throws antlr.TokenStreamException
        Specified by:
        nextToken in interface antlr.TokenStream
        Throws:
        antlr.TokenStreamException
      • mDELIMITER

        public final void mDELIMITER​(boolean _createToken)
                              throws antlr.RecognitionException,
                                     antlr.CharStreamException,
                                     antlr.TokenStreamException
        Throws:
        antlr.RecognitionException
        antlr.CharStreamException
        antlr.TokenStreamException
      • mQUOTED_TEXT

        public final void mQUOTED_TEXT​(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
      • mCHAR

        public final void mCHAR​(boolean _createToken)
                         throws antlr.RecognitionException,
                                antlr.CharStreamException,
                                antlr.TokenStreamException
        Throws:
        antlr.RecognitionException
        antlr.CharStreamException
        antlr.TokenStreamException
      • mSPACE

        public final void mSPACE​(boolean _createToken)
                          throws antlr.RecognitionException,
                                 antlr.CharStreamException,
                                 antlr.TokenStreamException
        Throws:
        antlr.RecognitionException
        antlr.CharStreamException
        antlr.TokenStreamException
      • mTAB

        public final void mTAB​(boolean _createToken)
                        throws antlr.RecognitionException,
                               antlr.CharStreamException,
                               antlr.TokenStreamException
        Throws:
        antlr.RecognitionException
        antlr.CharStreamException
        antlr.TokenStreamException
      • mNEWLINE

        public final void mNEWLINE​(boolean _createToken)
                            throws antlr.RecognitionException,
                                   antlr.CharStreamException,
                                   antlr.TokenStreamException
        Throws:
        antlr.RecognitionException
        antlr.CharStreamException
        antlr.TokenStreamException
      • mLINE_COMMENT

        public final void mLINE_COMMENT​(boolean _createToken)
                                 throws antlr.RecognitionException,
                                        antlr.CharStreamException,
                                        antlr.TokenStreamException
        Throws:
        antlr.RecognitionException
        antlr.CharStreamException
        antlr.TokenStreamException
      • mBLOCK_COMMENT

        public final void mBLOCK_COMMENT​(boolean _createToken)
                                  throws antlr.RecognitionException,
                                         antlr.CharStreamException,
                                         antlr.TokenStreamException
        Note : this comes from the great Terence Parr (author of Antlr) - https://theantlrguy.atlassian.net/wiki/spaces/ANTLR3/pages/2687360/How+do+I+match+multi-line+comments
        Throws:
        antlr.RecognitionException
        antlr.CharStreamException
        antlr.TokenStreamException