Class GrammarDanglingStateMessage


  • public class GrammarDanglingStateMessage
    extends Message
    Reports a potential parsing issue with a decision; the decision is nondeterministic in some way.
    • Constructor Detail

      • GrammarDanglingStateMessage

        public GrammarDanglingStateMessage​(DecisionProbe probe,
                                           DFAState problemState)
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object