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, toStringpublic DecisionProbe probe
public DFAState problemState
Copyright © 1992–2014 ANTLR. All rights reserved.