Package org.antlr.tool
Class LeftRecursionCyclesMessage
java.lang.Object
org.antlr.tool.Message
org.antlr.tool.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
Fields -
Constructor Summary
ConstructorsConstructorDescriptionLeftRecursionCyclesMessage
(Collection<? extends Collection<? extends Rule>> cycles) -
Method Summary
Methods inherited from class org.antlr.tool.Message
getLocationTemplate, getMessageTemplate, setColumn, setLine, setMessageID, toString