Class StGUnitLexer

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

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

      Nested Classes 
      Modifier and Type Class Description
      protected class  StGUnitLexer.DFA13  
    • Constructor Summary

      Constructors 
      Constructor Description
      StGUnitLexer()  
      StGUnitLexer​(org.antlr.runtime.CharStream input)  
      StGUnitLexer​(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 mACTION()  
      void mAST()  
      void mCHAR_LITERAL()  
      void mESC()  
      void mEXT()  
      void mFAIL()  
      void mML_COMMENT()  
      void mML_STRING()  
      void mNESTED_ACTION()  
      void mNESTED_AST()  
      void mNESTED_RETVAL()  
      void mOK()  
      void mRETVAL()  
      void mRULE_REF()  
      void mSL_COMMENT()  
      void mSTRING()  
      void mSTRING_LITERAL()  
      void mT__25()  
      void mT__26()  
      void mT__27()  
      void mT__28()  
      void mT__29()  
      void mT__30()  
      void mT__31()  
      void mTOKEN_REF()  
      void mTokens()  
      void mWS()  
      void mXDIGIT()  
      • 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

      • StGUnitLexer

        public StGUnitLexer()
      • StGUnitLexer

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

        public StGUnitLexer​(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
      • mFAIL

        public final void mFAIL()
                         throws org.antlr.runtime.RecognitionException
        Throws:
        org.antlr.runtime.RecognitionException
      • mOK

        public final void mOK()
                       throws org.antlr.runtime.RecognitionException
        Throws:
        org.antlr.runtime.RecognitionException
      • mT__25

        public final void mT__25()
                          throws org.antlr.runtime.RecognitionException
        Throws:
        org.antlr.runtime.RecognitionException
      • mT__26

        public final void mT__26()
                          throws org.antlr.runtime.RecognitionException
        Throws:
        org.antlr.runtime.RecognitionException
      • mT__27

        public final void mT__27()
                          throws org.antlr.runtime.RecognitionException
        Throws:
        org.antlr.runtime.RecognitionException
      • mT__28

        public final void mT__28()
                          throws org.antlr.runtime.RecognitionException
        Throws:
        org.antlr.runtime.RecognitionException
      • mT__29

        public final void mT__29()
                          throws org.antlr.runtime.RecognitionException
        Throws:
        org.antlr.runtime.RecognitionException
      • mT__30

        public final void mT__30()
                          throws org.antlr.runtime.RecognitionException
        Throws:
        org.antlr.runtime.RecognitionException
      • mT__31

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

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

        public final void mML_STRING()
                              throws org.antlr.runtime.RecognitionException
        Throws:
        org.antlr.runtime.RecognitionException
      • mTOKEN_REF

        public final void mTOKEN_REF()
                              throws org.antlr.runtime.RecognitionException
        Throws:
        org.antlr.runtime.RecognitionException
      • mRULE_REF

        public final void mRULE_REF()
                             throws org.antlr.runtime.RecognitionException
        Throws:
        org.antlr.runtime.RecognitionException
      • mEXT

        public final void mEXT()
                        throws org.antlr.runtime.RecognitionException
        Throws:
        org.antlr.runtime.RecognitionException
      • mRETVAL

        public final void mRETVAL()
                           throws org.antlr.runtime.RecognitionException
        Throws:
        org.antlr.runtime.RecognitionException
      • mNESTED_RETVAL

        public final void mNESTED_RETVAL()
                                  throws org.antlr.runtime.RecognitionException
        Throws:
        org.antlr.runtime.RecognitionException
      • mAST

        public final void mAST()
                        throws org.antlr.runtime.RecognitionException
        Throws:
        org.antlr.runtime.RecognitionException
      • mNESTED_AST

        public final void mNESTED_AST()
                               throws org.antlr.runtime.RecognitionException
        Throws:
        org.antlr.runtime.RecognitionException
      • mACTION

        public final void mACTION()
                           throws org.antlr.runtime.RecognitionException
        Throws:
        org.antlr.runtime.RecognitionException
      • mNESTED_ACTION

        public final void mNESTED_ACTION()
                                  throws org.antlr.runtime.RecognitionException
        Throws:
        org.antlr.runtime.RecognitionException
      • mCHAR_LITERAL

        public final void mCHAR_LITERAL()
                                 throws org.antlr.runtime.RecognitionException
        Throws:
        org.antlr.runtime.RecognitionException
      • mSTRING_LITERAL

        public final void mSTRING_LITERAL()
                                   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
      • mXDIGIT

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