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