|
||||||||||
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.LeftRecursionCyclesMessage
public class LeftRecursionCyclesMessage
Similar to LeftRecursionMessage except this is used for announcing cycles found by walking rules without decisions; the other msg is invoked when a decision DFA construction finds a problem in closure.
Field Summary | |
---|---|
java.util.Collection |
cycles
|
Fields inherited from class org.antlr.tool.Message |
---|
arg, arg2, column, e, file, line, locationST, messageFormatST, msgID, msgST, reportST |
Constructor Summary | |
---|---|
LeftRecursionCyclesMessage(java.util.Collection cycles)
|
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 java.util.Collection cycles
Constructor Detail |
---|
public LeftRecursionCyclesMessage(java.util.Collection cycles)
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 |