org.antlr.tool
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.
| Fields inherited from class org.antlr.tool.Message |
arg, arg2, column, e, file, line, locationST, messageFormatST, msgID, msgST, reportST |
probe
public DecisionProbe probe
problemState
public DFAState problemState
GrammarDanglingStateMessage
public GrammarDanglingStateMessage(DecisionProbe probe,
DFAState problemState)
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2011. All Rights Reserved.