public class GrammarInsufficientPredicatesMessage extends Message
Modifier and Type | Field and Description |
---|---|
Map<Integer,Set<antlr.Token>> |
altToLocations |
DecisionProbe |
probe |
DFAState |
problemState |
Constructor and Description |
---|
GrammarInsufficientPredicatesMessage(DecisionProbe probe,
DFAState problemState,
Map<Integer,Set<antlr.Token>> altToLocations) |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
getLocationTemplate, getMessageTemplate, setColumn, setLine, setMessageID, toString
public DecisionProbe probe
public DFAState problemState
public GrammarInsufficientPredicatesMessage(DecisionProbe probe, DFAState problemState, Map<Integer,Set<antlr.Token>> altToLocations)
Copyright © 2020. All rights reserved.