程序包 org.antlr.tool

类 GrammarDanglingStateMessage


  • public class GrammarDanglingStateMessage
    extends Message
    Reports a potential parsing issue with a decision; the decision is nondeterministic in some way.
    • 构造器详细资料

      • GrammarDanglingStateMessage

        public GrammarDanglingStateMessage​(DecisionProbe probe,
                                           DFAState problemState)
    • 方法详细资料

      • toString

        public java.lang.String toString()
        覆盖:
        toString 在类中 java.lang.Object