Class CMIS_FTSLexer

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

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

      Nested Classes 
      Modifier and Type Class Description
      protected class  CMIS_FTSLexer.DFA4  
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int CONJUNCTION  
      static int DEFAULT  
      protected CMIS_FTSLexer.DFA4 dfa4  
      static int DISJUNCTION  
      static int EOF  
      static int EXCLUDE  
      static int F_ESC  
      static int FTSPHRASE  
      static int FTSWORD  
      static int IN_WORD  
      static int MINUS  
      static int OR  
      static int PHRASE  
      static int START_WORD  
      static int TERM  
      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
      CMIS_FTSLexer()  
      CMIS_FTSLexer​(org.antlr.runtime.CharStream input)  
      CMIS_FTSLexer​(org.antlr.runtime.CharStream input, org.antlr.runtime.RecognizerSharedState state)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void emit​(org.antlr.runtime.Token token)  
      org.antlr.runtime.Lexer[] getDelegates()  
      java.lang.String getErrorString​(org.antlr.runtime.RecognitionException e)  
      java.lang.String getGrammarFileName()  
      void mF_ESC()  
      void mFTSPHRASE()  
      void mFTSWORD()  
      void mIN_WORD()  
      void mMINUS()  
      void mOR()  
      void mSTART_WORD()  
      void mTokens()  
      void mWS()  
      org.antlr.runtime.Token nextToken()  
      org.antlr.runtime.Token nextTokenImpl()  
      • Methods inherited from class org.antlr.runtime.Lexer

        emit, getCharErrorDisplay, getCharIndex, getCharPositionInLine, getCharStream, getEOFToken, getErrorMessage, getLine, getSourceName, getText, match, match, matchAny, matchRange, recover, 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

      • CMIS_FTSLexer

        public CMIS_FTSLexer()
      • CMIS_FTSLexer

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

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

      • emit

        public void emit​(org.antlr.runtime.Token token)
        Overrides:
        emit in class org.antlr.runtime.Lexer
      • nextToken

        public org.antlr.runtime.Token nextToken()
        Specified by:
        nextToken in interface org.antlr.runtime.TokenSource
        Overrides:
        nextToken in class org.antlr.runtime.Lexer
      • nextTokenImpl

        public org.antlr.runtime.Token nextTokenImpl()
      • getErrorString

        public java.lang.String getErrorString​(org.antlr.runtime.RecognitionException e)
      • getDelegates

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

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

        public final void mFTSPHRASE()
                              throws org.antlr.runtime.RecognitionException
        Throws:
        org.antlr.runtime.RecognitionException
      • mF_ESC

        public final void mF_ESC()
                          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
      • mMINUS

        public final void mMINUS()
                          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
      • mFTSWORD

        public final void mFTSWORD()
                            throws org.antlr.runtime.RecognitionException
        Throws:
        org.antlr.runtime.RecognitionException
      • mSTART_WORD

        public final void mSTART_WORD()
                               throws org.antlr.runtime.RecognitionException
        Throws:
        org.antlr.runtime.RecognitionException
      • mIN_WORD

        public final void mIN_WORD()
                            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