Class DFA


  • public class DFA
    extends org.antlr.runtime.DFA
    Since:
    2.9
    • Field Summary

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

        accept, debug, decisionNumber, eof, eot, max, min, recognizer, special, transition
    • Constructor Summary

      Constructors 
      Constructor Description
      DFA()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void error​(org.antlr.runtime.NoViableAltException nvae)  
      protected BaseInternalContentAssistParser<?,​?> getRecognizer()  
      protected org.eclipse.xtext.parser.antlr.IUnorderedGroupHelper getUnorderedGroupHelper()  
      int predict​(org.antlr.runtime.IntStream input)  
      • Methods inherited from class org.antlr.runtime.DFA

        getDescription, noViableAlt, specialStateTransition, unpackEncodedString, unpackEncodedStringToUnsignedChars
      • Methods inherited from class java.lang.Object

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

      • DFA

        public DFA()
    • Method Detail

      • predict

        public int predict​(org.antlr.runtime.IntStream input)
                    throws org.antlr.runtime.RecognitionException
        Overrides:
        predict in class org.antlr.runtime.DFA
        Throws:
        org.antlr.runtime.RecognitionException
      • getUnorderedGroupHelper

        protected org.eclipse.xtext.parser.antlr.IUnorderedGroupHelper getUnorderedGroupHelper()
      • error

        protected void error​(org.antlr.runtime.NoViableAltException nvae)
        Overrides:
        error in class org.antlr.runtime.DFA