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