Class WhereClauseLexer

  • All Implemented Interfaces:
    org.antlr.runtime.TokenSource

    public class WhereClauseLexer
    extends org.antlr.runtime.Lexer
    • Constructor Summary

      Constructors 
      Constructor Description
      WhereClauseLexer()  
      WhereClauseLexer​(org.antlr.runtime.CharStream input)  
      WhereClauseLexer​(org.antlr.runtime.CharStream input, org.antlr.runtime.RecognizerSharedState state)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.antlr.runtime.Lexer[] getDelegates()  
      java.lang.String getGrammarFileName()  
      void mAND()  
      void mBETWEEN()  
      void mCOLON()  
      void mCOMMA()  
      void mEQUALS()  
      void mEXISTS()  
      void mGREATERTHAN()  
      void mGREATERTHANOREQUALS()  
      void mIDENTIFIER()  
      void mIDENTIFIERDIGIT()  
      void mIDENTIFIERLETTER()  
      void mIDENTIFIERLETTERORDIGIT()  
      void mIN()  
      void mLEFTPAREN()  
      void mLESSTHAN()  
      void mLESSTHANOREQUALS()  
      void mMATCHES()  
      void mNEGATION()  
      void mOR()  
      void mPROPERTYNAME()  
      void mPROPERTYVALUE()  
      void mRIGHTPAREN()  
      void mSINGLEQUOTE()  
      void mTokens()  
      void mWS()  
      void recover​(org.antlr.runtime.RecognitionException e)  
      • Methods inherited from class org.antlr.runtime.Lexer

        emit, emit, getCharErrorDisplay, getCharIndex, getCharPositionInLine, getCharStream, getEOFToken, getErrorMessage, getLine, getSourceName, getText, match, match, matchAny, matchRange, nextToken, reportError, reset, setCharStream, setText, skip, traceIn, traceOut
      • Methods inherited from class org.antlr.runtime.BaseRecognizer

        alreadyParsedRule, beginResync, combineFollows, computeContextSensitiveRuleFOLLOW, computeErrorRecoverySet, consumeUntil, consumeUntil, displayRecognitionError, emitErrorMessage, endResync, failed, getBacktrackingLevel, getCurrentInputSymbol, getErrorHeader, getMissingSymbol, getNumberOfSyntaxErrors, getRuleInvocationStack, getRuleInvocationStack, getRuleMemoization, getRuleMemoizationCacheSize, getTokenErrorDisplay, getTokenNames, match, matchAny, memoize, mismatchIsMissingToken, mismatchIsUnwantedToken, pushFollow, recover, recoverFromMismatchedSet, recoverFromMismatchedToken, setBacktrackingLevel, toStrings, traceIn, traceOut
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • WhereClauseLexer

        public WhereClauseLexer()
      • WhereClauseLexer

        public WhereClauseLexer​(org.antlr.runtime.CharStream input)
      • WhereClauseLexer

        public WhereClauseLexer​(org.antlr.runtime.CharStream input,
                                org.antlr.runtime.RecognizerSharedState state)
    • Method Detail

      • recover

        public void recover​(org.antlr.runtime.RecognitionException e)
        Overrides:
        recover in class org.antlr.runtime.Lexer
      • getDelegates

        public org.antlr.runtime.Lexer[] getDelegates()
      • getGrammarFileName

        public java.lang.String getGrammarFileName()
        Overrides:
        getGrammarFileName in class org.antlr.runtime.BaseRecognizer
      • mNEGATION

        public final void mNEGATION()
                             throws org.antlr.runtime.RecognitionException
        Throws:
        org.antlr.runtime.RecognitionException
      • mEXISTS

        public final void mEXISTS()
                           throws org.antlr.runtime.RecognitionException
        Throws:
        org.antlr.runtime.RecognitionException
      • mIN

        public final void mIN()
                       throws org.antlr.runtime.RecognitionException
        Throws:
        org.antlr.runtime.RecognitionException
      • mMATCHES

        public final void mMATCHES()
                            throws org.antlr.runtime.RecognitionException
        Throws:
        org.antlr.runtime.RecognitionException
      • mBETWEEN

        public final void mBETWEEN()
                            throws org.antlr.runtime.RecognitionException
        Throws:
        org.antlr.runtime.RecognitionException
      • mOR

        public final void mOR()
                       throws org.antlr.runtime.RecognitionException
        Throws:
        org.antlr.runtime.RecognitionException
      • mAND

        public final void mAND()
                        throws org.antlr.runtime.RecognitionException
        Throws:
        org.antlr.runtime.RecognitionException
      • mEQUALS

        public final void mEQUALS()
                           throws org.antlr.runtime.RecognitionException
        Throws:
        org.antlr.runtime.RecognitionException
      • mLESSTHAN

        public final void mLESSTHAN()
                             throws org.antlr.runtime.RecognitionException
        Throws:
        org.antlr.runtime.RecognitionException
      • mGREATERTHAN

        public final void mGREATERTHAN()
                                throws org.antlr.runtime.RecognitionException
        Throws:
        org.antlr.runtime.RecognitionException
      • mLESSTHANOREQUALS

        public final void mLESSTHANOREQUALS()
                                     throws org.antlr.runtime.RecognitionException
        Throws:
        org.antlr.runtime.RecognitionException
      • mGREATERTHANOREQUALS

        public final void mGREATERTHANOREQUALS()
                                        throws org.antlr.runtime.RecognitionException
        Throws:
        org.antlr.runtime.RecognitionException
      • mLEFTPAREN

        public final void mLEFTPAREN()
                              throws org.antlr.runtime.RecognitionException
        Throws:
        org.antlr.runtime.RecognitionException
      • mRIGHTPAREN

        public final void mRIGHTPAREN()
                               throws org.antlr.runtime.RecognitionException
        Throws:
        org.antlr.runtime.RecognitionException
      • mCOMMA

        public final void mCOMMA()
                          throws org.antlr.runtime.RecognitionException
        Throws:
        org.antlr.runtime.RecognitionException
      • mCOLON

        public final void mCOLON()
                          throws org.antlr.runtime.RecognitionException
        Throws:
        org.antlr.runtime.RecognitionException
      • mSINGLEQUOTE

        public final void mSINGLEQUOTE()
                                throws org.antlr.runtime.RecognitionException
        Throws:
        org.antlr.runtime.RecognitionException
      • mPROPERTYVALUE

        public final void mPROPERTYVALUE()
                                  throws org.antlr.runtime.RecognitionException
        Throws:
        org.antlr.runtime.RecognitionException
      • mPROPERTYNAME

        public final void mPROPERTYNAME()
                                 throws org.antlr.runtime.RecognitionException
        Throws:
        org.antlr.runtime.RecognitionException
      • mIDENTIFIERLETTERORDIGIT

        public final void mIDENTIFIERLETTERORDIGIT()
                                            throws org.antlr.runtime.RecognitionException
        Throws:
        org.antlr.runtime.RecognitionException
      • mIDENTIFIER

        public final void mIDENTIFIER()
                               throws org.antlr.runtime.RecognitionException
        Throws:
        org.antlr.runtime.RecognitionException
      • mWS

        public final void mWS()
                       throws org.antlr.runtime.RecognitionException
        Throws:
        org.antlr.runtime.RecognitionException
      • mIDENTIFIERLETTER

        public final void mIDENTIFIERLETTER()
                                     throws org.antlr.runtime.RecognitionException
        Throws:
        org.antlr.runtime.RecognitionException
      • mIDENTIFIERDIGIT

        public final void mIDENTIFIERDIGIT()
                                    throws org.antlr.runtime.RecognitionException
        Throws:
        org.antlr.runtime.RecognitionException
      • mTokens

        public void mTokens()
                     throws org.antlr.runtime.RecognitionException
        Specified by:
        mTokens in class org.antlr.runtime.Lexer
        Throws:
        org.antlr.runtime.RecognitionException