Class BooleanExpressionLexer

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

    public class BooleanExpressionLexer
    extends org.antlr.runtime.Lexer
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int ALPHA  
      static int DIGIT  
      static int EOF  
      static int ESCAPE  
      static int HEXDIGIT  
      static int IDENTIFIER  
      static int KEY_DEFINED  
      static int OCTAL_ESCAPE  
      static int OP_AND  
      static int OP_EQ  
      static int OP_NEQ  
      static int OP_NOT  
      static int OP_OR  
      static int OP_XOR  
      static int QSTRING  
      static int T__20  
      static int T__21  
      static int UNICODE_ESCAPE  
      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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.antlr.runtime.Lexer[] getDelegates()  
      java.lang.String getGrammarFileName()  
      void mALPHA()  
      void mDIGIT()  
      void mESCAPE()  
      void mHEXDIGIT()  
      void mIDENTIFIER()  
      void mKEY_DEFINED()  
      void mOCTAL_ESCAPE()  
      void mOP_AND()  
      void mOP_EQ()  
      void mOP_NEQ()  
      void mOP_NOT()  
      void mOP_OR()  
      void mOP_XOR()  
      void mQSTRING()  
      void mT__20()  
      void mT__21()  
      void mTokens()  
      void mUNICODE_ESCAPE()  
      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, 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

      • BooleanExpressionLexer

        public BooleanExpressionLexer()
      • BooleanExpressionLexer

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

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

      • getDelegates

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

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

        public final void mKEY_DEFINED()
                                throws org.antlr.runtime.RecognitionException
        Throws:
        org.antlr.runtime.RecognitionException
      • mOP_AND

        public final void mOP_AND()
                           throws org.antlr.runtime.RecognitionException
        Throws:
        org.antlr.runtime.RecognitionException
      • mOP_EQ

        public final void mOP_EQ()
                          throws org.antlr.runtime.RecognitionException
        Throws:
        org.antlr.runtime.RecognitionException
      • mOP_NEQ

        public final void mOP_NEQ()
                           throws org.antlr.runtime.RecognitionException
        Throws:
        org.antlr.runtime.RecognitionException
      • mOP_NOT

        public final void mOP_NOT()
                           throws org.antlr.runtime.RecognitionException
        Throws:
        org.antlr.runtime.RecognitionException
      • mOP_OR

        public final void mOP_OR()
                          throws org.antlr.runtime.RecognitionException
        Throws:
        org.antlr.runtime.RecognitionException
      • mOP_XOR

        public final void mOP_XOR()
                           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
      • mIDENTIFIER

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

        public final void mQSTRING()
                            throws org.antlr.runtime.RecognitionException
        Throws:
        org.antlr.runtime.RecognitionException
      • mESCAPE

        public final void mESCAPE()
                           throws org.antlr.runtime.RecognitionException
        Throws:
        org.antlr.runtime.RecognitionException
      • mOCTAL_ESCAPE

        public final void mOCTAL_ESCAPE()
                                 throws org.antlr.runtime.RecognitionException
        Throws:
        org.antlr.runtime.RecognitionException
      • mUNICODE_ESCAPE

        public final void mUNICODE_ESCAPE()
                                   throws org.antlr.runtime.RecognitionException
        Throws:
        org.antlr.runtime.RecognitionException
      • mHEXDIGIT

        public final void mHEXDIGIT()
                             throws org.antlr.runtime.RecognitionException
        Throws:
        org.antlr.runtime.RecognitionException
      • mDIGIT

        public final void mDIGIT()
                          throws org.antlr.runtime.RecognitionException
        Throws:
        org.antlr.runtime.RecognitionException
      • mALPHA

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