类 ANTLRv3Parser.DFA72

  • 封闭类:
    ANTLRv3Parser

    protected class ANTLRv3Parser.DFA72
    extends org.antlr.runtime.DFA
    • 字段概要

      • 从类继承的字段 org.antlr.runtime.DFA

        accept, debug, decisionNumber, eof, eot, max, min, recognizer, special, transition
    • 构造器概要

      构造器 
      构造器 说明
      DFA72​(org.antlr.runtime.BaseRecognizer recognizer)  
    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型 方法 说明
      java.lang.String getDescription()  
      • 从类继承的方法 org.antlr.runtime.DFA

        error, noViableAlt, predict, specialStateTransition, unpackEncodedString, unpackEncodedStringToUnsignedChars
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 构造器详细资料

      • DFA72

        public DFA72​(org.antlr.runtime.BaseRecognizer recognizer)
    • 方法详细资料

      • getDescription

        public java.lang.String getDescription()
        覆盖:
        getDescription 在类中 org.antlr.runtime.DFA