public class GrammarUnreachableAltsMessage extends Message
| Modifier and Type | Field and Description |
|---|---|
List<Integer> |
alts |
DecisionProbe |
probe |
| Constructor and Description |
|---|
GrammarUnreachableAltsMessage(DecisionProbe probe,
List<Integer> alts) |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
getLocationTemplate, getMessageTemplate, setColumn, setLine, setMessageID, toStringpublic DecisionProbe probe
public GrammarUnreachableAltsMessage(DecisionProbe probe, List<Integer> alts)
Copyright © 1992–2014 ANTLR. All rights reserved.