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, toString
public DecisionProbe probe
public GrammarUnreachableAltsMessage(DecisionProbe probe, List<Integer> alts)
Copyright © 1992–2019 ANTLR. All rights reserved.