Package org.antlr.tool
Class GrammarInsufficientPredicatesMessage
java.lang.Object
org.antlr.tool.Message
org.antlr.tool.GrammarInsufficientPredicatesMessage
-
Field Summary
FieldsModifier and TypeFieldDescription -
Constructor Summary
ConstructorsConstructorDescriptionGrammarInsufficientPredicatesMessage
(DecisionProbe probe, DFAState problemState, Map<Integer, Set<org.antlr.runtime.Token>> altToLocations) -
Method Summary
Methods inherited from class org.antlr.tool.Message
getLocationTemplate, getMessageTemplate, setColumn, setLine, setMessageID, toString
-
Field Details
-
probe
-
altToLocations
-
problemState
-
-
Constructor Details
-
GrammarInsufficientPredicatesMessage
public GrammarInsufficientPredicatesMessage(DecisionProbe probe, DFAState problemState, Map<Integer, Set<org.antlr.runtime.Token>> altToLocations)
-
-
Method Details