Class DSLMapLexer

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

    public class DSLMapLexer
    extends org.antlr.runtime.Lexer
    • Constructor Summary

      Constructors 
      Constructor Description
      DSLMapLexer()  
      DSLMapLexer​(org.antlr.runtime.CharStream input)  
      DSLMapLexer​(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 msg)
      Override this method to not output mesages
      org.antlr.runtime.Lexer[] getDelegates()  
      java.util.List<ParserError> getErrors()  
      java.lang.String getGrammarFileName()  
      void mCOLON()  
      void mCOMMA()  
      void mDOT()  
      void mEOL()  
      void mEQUALS()  
      void mEscapeSequence()  
      void mIdentifierPart()  
      void mLEFT_CURLY()  
      void mLEFT_SQUARE()  
      void mLITERAL()  
      void mMISC()  
      void mRIGHT_CURLY()  
      void mRIGHT_SQUARE()  
      void mTokens()  
      void mWS()  
      void reportError​(org.antlr.runtime.RecognitionException ex)  
      boolean synpred1_DSLMap()  
      void synpred1_DSLMap_fragment()  
      • 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, 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

      • DSLMapLexer

        public DSLMapLexer()
      • DSLMapLexer

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

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

      • reportError

        public void reportError​(org.antlr.runtime.RecognitionException ex)
        Overrides:
        reportError in class org.antlr.runtime.Lexer
      • getErrors

        public java.util.List<ParserError> getErrors()
      • emitErrorMessage

        public void emitErrorMessage​(java.lang.String msg)
        Override this method to not output mesages
        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
      • mWS

        public final void mWS()
                       throws org.antlr.runtime.RecognitionException
        Throws:
        org.antlr.runtime.RecognitionException
      • mEOL

        public final void mEOL()
                        throws org.antlr.runtime.RecognitionException
        Throws:
        org.antlr.runtime.RecognitionException
      • mEscapeSequence

        public final void mEscapeSequence()
                                   throws org.antlr.runtime.RecognitionException
        Throws:
        org.antlr.runtime.RecognitionException
      • mLEFT_SQUARE

        public final void mLEFT_SQUARE()
                                throws org.antlr.runtime.RecognitionException
        Throws:
        org.antlr.runtime.RecognitionException
      • mRIGHT_SQUARE

        public final void mRIGHT_SQUARE()
                                 throws org.antlr.runtime.RecognitionException
        Throws:
        org.antlr.runtime.RecognitionException
      • mLEFT_CURLY

        public final void mLEFT_CURLY()
                               throws org.antlr.runtime.RecognitionException
        Throws:
        org.antlr.runtime.RecognitionException
      • mRIGHT_CURLY

        public final void mRIGHT_CURLY()
                                throws org.antlr.runtime.RecognitionException
        Throws:
        org.antlr.runtime.RecognitionException
      • mEQUALS

        public final void mEQUALS()
                           throws org.antlr.runtime.RecognitionException
        Throws:
        org.antlr.runtime.RecognitionException
      • mDOT

        public final void mDOT()
                        throws org.antlr.runtime.RecognitionException
        Throws:
        org.antlr.runtime.RecognitionException
      • mCOLON

        public final void mCOLON()
                          throws org.antlr.runtime.RecognitionException
        Throws:
        org.antlr.runtime.RecognitionException
      • mCOMMA

        public final void mCOMMA()
                          throws org.antlr.runtime.RecognitionException
        Throws:
        org.antlr.runtime.RecognitionException
      • mLITERAL

        public final void mLITERAL()
                            throws org.antlr.runtime.RecognitionException
        Throws:
        org.antlr.runtime.RecognitionException
      • mMISC

        public final void mMISC()
                         throws org.antlr.runtime.RecognitionException
        Throws:
        org.antlr.runtime.RecognitionException
      • mIdentifierPart

        public final void mIdentifierPart()
                                   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
      • synpred1_DSLMap_fragment

        public final void synpred1_DSLMap_fragment()
                                            throws org.antlr.runtime.RecognitionException
        Throws:
        org.antlr.runtime.RecognitionException
      • synpred1_DSLMap

        public final boolean synpred1_DSLMap()