Class EpsilonParser

    • Field Summary

      • Fields inherited from class org.antlr.runtime.Parser

        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
      EpsilonParser​(org.antlr.runtime.TokenStream tokenstream)  
      EpsilonParser​(org.antlr.runtime.TokenStream tokenstream, org.antlr.runtime.RecognizerSharedState recognizersharedstate)  
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      void displayRecognitionError​(java.lang.String[] tokenNames, org.antlr.runtime.RecognitionException re)  
      abstract org.antlr.runtime.tree.TreeAdaptor getTreeAdaptor()  
      protected boolean isSupertype​(java.lang.Class<?> parent, java.lang.Class<?> child)  
      void prepareForGUnit()  
      void setDeepTreeAdaptor​(org.antlr.runtime.tree.TreeAdaptor adaptor)  
      abstract void setTreeAdaptor​(org.antlr.runtime.tree.TreeAdaptor adaptor)  
      • Methods inherited from class org.antlr.runtime.Parser

        getCurrentInputSymbol, getMissingSymbol, getSourceName, getTokenStream, reset, setTokenStream, traceIn, traceOut
      • Methods inherited from class org.antlr.runtime.BaseRecognizer

        alreadyParsedRule, beginResync, combineFollows, computeContextSensitiveRuleFOLLOW, computeErrorRecoverySet, consumeUntil, consumeUntil, emitErrorMessage, endResync, failed, getBacktrackingLevel, getErrorHeader, getErrorMessage, getGrammarFileName, getNumberOfSyntaxErrors, getRuleInvocationStack, getRuleInvocationStack, getRuleMemoization, getRuleMemoizationCacheSize, getTokenErrorDisplay, getTokenNames, match, matchAny, memoize, mismatchIsMissingToken, mismatchIsUnwantedToken, pushFollow, recover, recoverFromMismatchedSet, recoverFromMismatchedToken, reportError, setBacktrackingLevel, toStrings, traceIn, traceOut
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • EpsilonParser

        public EpsilonParser​(org.antlr.runtime.TokenStream tokenstream)
      • EpsilonParser

        public EpsilonParser​(org.antlr.runtime.TokenStream tokenstream,
                             org.antlr.runtime.RecognizerSharedState recognizersharedstate)
    • Method Detail

      • getTreeAdaptor

        public abstract org.antlr.runtime.tree.TreeAdaptor getTreeAdaptor()
      • setTreeAdaptor

        public abstract void setTreeAdaptor​(org.antlr.runtime.tree.TreeAdaptor adaptor)
      • isSupertype

        protected boolean isSupertype​(java.lang.Class<?> parent,
                                      java.lang.Class<?> child)
      • setDeepTreeAdaptor

        public void setDeepTreeAdaptor​(org.antlr.runtime.tree.TreeAdaptor adaptor)
      • prepareForGUnit

        public void prepareForGUnit()
      • displayRecognitionError

        public void displayRecognitionError​(java.lang.String[] tokenNames,
                                            org.antlr.runtime.RecognitionException re)
        Overrides:
        displayRecognitionError in class org.antlr.runtime.BaseRecognizer