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