Package | Description |
---|---|
org.antlr.mojo.antlr3 | |
org.antlr.tool |
Modifier and Type | Method and Description |
---|---|
void |
Antlr3ErrorLog.error(Message message)
Sends an error message from ANTLR analysis to the Maven Log sink.
|
void |
Antlr3ErrorLog.warning(Message message)
Sends a warning message to the Maven log sink.
|
Modifier and Type | Class and Description |
---|---|
class |
GrammarAnalysisAbortedMessage
Reports the condition that ANTLR's LL(*) analysis engine terminated
early.
|
class |
GrammarDanglingStateMessage
Reports a potential parsing issue with a decision; the decision is
nondeterministic in some way.
|
class |
GrammarInsufficientPredicatesMessage |
class |
GrammarNonDeterminismMessage
Reports a potential parsing issue with a decision; the decision is
nondeterministic in some way.
|
class |
GrammarSemanticsMessage
A problem with the symbols and/or meaning of a grammar such as rule
redefinition.
|
class |
GrammarSyntaxMessage
A problem with the syntax of your antlr grammar such as
"The '{' came as a complete surprise to me at this point in your program"
|
class |
GrammarUnreachableAltsMessage
Reports a potential parsing issue with a decision; the decision is
nondeterministic in some way.
|
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.
|
class |
NonRegularDecisionMessage
More a single alternative recurses so this decision is not regular.
|
class |
RecursionOverflowMessage
Indicates recursion overflow.
|
class |
ToolMessage
A 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.
|
Modifier and Type | Method and Description |
---|---|
void |
ANTLRErrorListener.error(Message msg) |
void |
ANTLRErrorListener.warning(Message msg) |
Copyright © 1992–2015 ANTLR. All rights reserved.