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