Class SleighCompiler.DFA57

java.lang.Object
org.antlr.runtime.DFA
ghidra.sleigh.grammar.SleighCompiler.DFA57
Enclosing class:
SleighCompiler

protected class SleighCompiler.DFA57 extends org.antlr.runtime.DFA
  • Field Summary Link icon

    Fields inherited from class org.antlr.runtime.DFA Link icon

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

    Constructors
    Constructor
    Description
    DFA57(org.antlr.runtime.BaseRecognizer recognizer)
     
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
     

    Methods inherited from class org.antlr.runtime.DFA Link icon

    error, noViableAlt, predict, specialStateTransition, unpackEncodedString, unpackEncodedStringToUnsignedChars

    Methods inherited from class java.lang.Object Link icon

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details Link icon

    • DFA57 Link icon

      public DFA57(org.antlr.runtime.BaseRecognizer recognizer)
  • Method Details Link icon

    • getDescription Link icon

      public String getDescription()
      Overrides:
      getDescription in class org.antlr.runtime.DFA