|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.antlr.tool.Message
org.antlr.tool.NonRegularDecisionMessage
public class NonRegularDecisionMessage
More a single alternative recurses so this decision is not regular.
| Field Summary | |
|---|---|
java.util.Set<java.lang.Integer> |
altsWithRecursion
|
DecisionProbe |
probe
|
| Fields inherited from class org.antlr.tool.Message |
|---|
arg, arg2, column, e, file, line, locationST, messageFormatST, msgID, msgST, reportST |
| Constructor Summary | |
|---|---|
NonRegularDecisionMessage(DecisionProbe probe,
java.util.Set<java.lang.Integer> altsWithRecursion)
|
|
| Method Summary | |
|---|---|
java.lang.String |
toString()
|
| Methods inherited from class org.antlr.tool.Message |
|---|
getLocationTemplate, getMessageTemplate, setColumn, setLine, setMessageID, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public DecisionProbe probe
public java.util.Set<java.lang.Integer> altsWithRecursion
| Constructor Detail |
|---|
public NonRegularDecisionMessage(DecisionProbe probe,
java.util.Set<java.lang.Integer> altsWithRecursion)
| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||