Uses of Class
org.antlr.tool.Message
Packages that use Message
-
Uses of Message in org.antlr.mojo.antlr3
Methods in org.antlr.mojo.antlr3 with parameters of type Message -
Uses of Message in org.antlr.tool
Subclasses of Message in org.antlr.toolModifier and TypeClassDescriptionclassReports the condition that ANTLR's LL(*) analysis engine terminated early.classReports a potential parsing issue with a decision; the decision is nondeterministic in some way.classclassReports a potential parsing issue with a decision; the decision is nondeterministic in some way.classA problem with the symbols and/or meaning of a grammar such as rule redefinition.classA problem with the syntax of your antlr grammar such as "The '{' came as a complete surprise to me at this point in your program"classReports a potential parsing issue with a decision; the decision is nondeterministic in some way.classSimilar 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.classMore a single alternative recurses so this decision is not regular.classIndicates recursion overflow.classA generic message from the tool such as "file not found" type errors; there is no reason to create a special object for each error unlike the grammar errors, which may be rather complex.Methods in org.antlr.tool with parameters of type Message