Class PredicateLexer

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

    public class PredicateLexer
    extends org.antlr.runtime.Lexer
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      protected class  PredicateLexer.DFA15  
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int AND  
      protected PredicateLexer.DFA15 dfa15  
      static int EOF  
      static int FALSE  
      static int IN  
      static int INTEGER  
      static int NOT  
      static int OR  
      static int STRING  
      static int T__14  
      static int T__15  
      static int T__16  
      static int T__17  
      static int T__18  
      static int T__19  
      static int T__20  
      static int T__21  
      static int T__22  
      static int TRUE  
      static int VALUE  
      static int WS  
      • Fields inherited from class org.antlr.runtime.Lexer

        input
      • Fields inherited from class org.antlr.runtime.BaseRecognizer

        DEFAULT_TOKEN_CHANNEL, HIDDEN, INITIAL_FOLLOW_STACK_SIZE, MEMO_RULE_FAILED, MEMO_RULE_UNKNOWN, NEXT_TOKEN_RULE_NAME, state
    • Constructor Summary

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void emitErrorMessage​(java.lang.String message)  
      org.antlr.runtime.Lexer[] getDelegates()  
      java.lang.String getGrammarFileName()  
      void mAND()  
      void mFALSE()  
      void mIN()  
      void mINTEGER()  
      void mNOT()  
      void mOR()  
      void mSTRING()  
      void mT__14()  
      void mT__15()  
      void mT__16()  
      void mT__17()  
      void mT__18()  
      void mT__19()  
      void mT__20()  
      void mT__21()  
      void mT__22()  
      void mTokens()  
      void mTRUE()  
      void mVALUE()  
      void mWS()  
      • Methods inherited from class org.antlr.runtime.Lexer

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

        alreadyParsedRule, beginResync, combineFollows, computeContextSensitiveRuleFOLLOW, computeErrorRecoverySet, consumeUntil, consumeUntil, displayRecognitionError, 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

      • PredicateLexer

        public PredicateLexer()
      • PredicateLexer

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

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

      • emitErrorMessage

        public void emitErrorMessage​(java.lang.String message)
        Overrides:
        emitErrorMessage in class org.antlr.runtime.BaseRecognizer
      • getDelegates

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

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

        public final void mT__14()
                          throws org.antlr.runtime.RecognitionException
        Throws:
        org.antlr.runtime.RecognitionException
      • mT__15

        public final void mT__15()
                          throws org.antlr.runtime.RecognitionException
        Throws:
        org.antlr.runtime.RecognitionException
      • mT__16

        public final void mT__16()
                          throws org.antlr.runtime.RecognitionException
        Throws:
        org.antlr.runtime.RecognitionException
      • mT__17

        public final void mT__17()
                          throws org.antlr.runtime.RecognitionException
        Throws:
        org.antlr.runtime.RecognitionException
      • mT__18

        public final void mT__18()
                          throws org.antlr.runtime.RecognitionException
        Throws:
        org.antlr.runtime.RecognitionException
      • mT__19

        public final void mT__19()
                          throws org.antlr.runtime.RecognitionException
        Throws:
        org.antlr.runtime.RecognitionException
      • mT__20

        public final void mT__20()
                          throws org.antlr.runtime.RecognitionException
        Throws:
        org.antlr.runtime.RecognitionException
      • mT__21

        public final void mT__21()
                          throws org.antlr.runtime.RecognitionException
        Throws:
        org.antlr.runtime.RecognitionException
      • mT__22

        public final void mT__22()
                          throws org.antlr.runtime.RecognitionException
        Throws:
        org.antlr.runtime.RecognitionException
      • mINTEGER

        public final void mINTEGER()
                            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
      • mNOT

        public final void mNOT()
                        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
      • mTRUE

        public final void mTRUE()
                         throws org.antlr.runtime.RecognitionException
        Throws:
        org.antlr.runtime.RecognitionException
      • mFALSE

        public final void mFALSE()
                          throws org.antlr.runtime.RecognitionException
        Throws:
        org.antlr.runtime.RecognitionException
      • mVALUE

        public final void mVALUE()
                          throws org.antlr.runtime.RecognitionException
        Throws:
        org.antlr.runtime.RecognitionException
      • mSTRING

        public final void mSTRING()
                           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
      • mTokens

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