Class GrammarDanglingStateMessage

java.lang.Object
org.antlr.tool.Message
org.antlr.tool.GrammarDanglingStateMessage

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

  • Constructor Details

    • GrammarDanglingStateMessage

      public GrammarDanglingStateMessage(DecisionProbe probe, DFAState problemState)
  • Method Details