Class HutnSpecLexer

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

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

      Fields 
      Modifier and Type Field Description
      static int ASSIGNMENT  
      protected org.eclipse.epsilon.hutn.parse.spec.HutnSpecLexer.DFA8 dfa8  
      static int EOF  
      static int ESC  
      static int ID_LETTER  
      static int ID_START_LETTER  
      static int LBRACKET  
      static int ML_COMMENT  
      static int NAME  
      static int RBRACKET  
      static int SL_COMMENT  
      static int SPEC  
      static int TEXT_LETTER  
      static int TEXTUAL_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
      HutnSpecLexer()  
      HutnSpecLexer​(org.antlr.runtime.CharStream input)  
      HutnSpecLexer​(org.antlr.runtime.CharStream input, org.antlr.runtime.RecognizerSharedState state)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getGrammarFileName()  
      void mASSIGNMENT()  
      void mESC()  
      void mID_LETTER()  
      void mID_START_LETTER()  
      void mLBRACKET()  
      void mML_COMMENT()  
      void mNAME()  
      void mRBRACKET()  
      void mSL_COMMENT()  
      void mSPEC()  
      void mTEXT_LETTER()  
      void mTEXTUAL_VALUE()  
      void mTokens()  
      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

      • HutnSpecLexer

        public HutnSpecLexer()
      • HutnSpecLexer

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

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

      • getGrammarFileName

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

        public final void mSPEC()
                         throws org.antlr.runtime.RecognitionException
        Throws:
        org.antlr.runtime.RecognitionException
      • mLBRACKET

        public final void mLBRACKET()
                             throws org.antlr.runtime.RecognitionException
        Throws:
        org.antlr.runtime.RecognitionException
      • mRBRACKET

        public final void mRBRACKET()
                             throws org.antlr.runtime.RecognitionException
        Throws:
        org.antlr.runtime.RecognitionException
      • mASSIGNMENT

        public final void mASSIGNMENT()
                               throws org.antlr.runtime.RecognitionException
        Throws:
        org.antlr.runtime.RecognitionException
      • mNAME

        public final void mNAME()
                         throws org.antlr.runtime.RecognitionException
        Throws:
        org.antlr.runtime.RecognitionException
      • mTEXTUAL_VALUE

        public final void mTEXTUAL_VALUE()
                                  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
      • mML_COMMENT

        public final void mML_COMMENT()
                               throws org.antlr.runtime.RecognitionException
        Throws:
        org.antlr.runtime.RecognitionException
      • mSL_COMMENT

        public final void mSL_COMMENT()
                               throws org.antlr.runtime.RecognitionException
        Throws:
        org.antlr.runtime.RecognitionException
      • mID_START_LETTER

        public final void mID_START_LETTER()
                                    throws org.antlr.runtime.RecognitionException
        Throws:
        org.antlr.runtime.RecognitionException
      • mID_LETTER

        public final void mID_LETTER()
                              throws org.antlr.runtime.RecognitionException
        Throws:
        org.antlr.runtime.RecognitionException
      • mESC

        public final void mESC()
                        throws org.antlr.runtime.RecognitionException
        Throws:
        org.antlr.runtime.RecognitionException
      • mTEXT_LETTER

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