Class FormulaLexer.DFA8

java.lang.Object
org.antlr.runtime.DFA
org.yamcs.studio.data.formula.FormulaLexer.DFA8
Enclosing class:
FormulaLexer

protected class FormulaLexer.DFA8 extends org.antlr.runtime.DFA
  • 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
    DFA8(org.antlr.runtime.BaseRecognizer recognizer)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from class org.antlr.runtime.DFA

    error, noViableAlt, predict, specialStateTransition, unpackEncodedString, unpackEncodedStringToUnsignedChars

    Methods inherited from class java.lang.Object

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

    • DFA8

      public DFA8(org.antlr.runtime.BaseRecognizer recognizer)
  • Method Details

    • getDescription

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