org.antlr.tool
public class GrammarUnreachableAltsMessage extends Message
Modifier and Type | Field and Description |
---|---|
java.util.List |
alts |
DecisionProbe |
probe |
Constructor and Description |
---|
GrammarUnreachableAltsMessage(DecisionProbe probe,
java.util.List alts) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
getLocationTemplate, getMessageTemplate, setColumn, setLine, setMessageID, toString
public DecisionProbe probe
public java.util.List alts
public GrammarUnreachableAltsMessage(DecisionProbe probe, java.util.List alts)
Copyright © 2014. All Rights Reserved.