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