Uses of Class
org.antlr.v4.tool.ANTLRMessage
Packages that use ANTLRMessage
-
Uses of ANTLRMessage in org.antlr.mojo.antlr4
Methods in org.antlr.mojo.antlr4 with parameters of type ANTLRMessageModifier and TypeMethodDescriptionvoid
Antlr4ErrorLog.error
(ANTLRMessage message) void
Antlr4ErrorLog.warning
(ANTLRMessage message) -
Uses of ANTLRMessage in org.antlr.v4
Methods in org.antlr.v4 with parameters of type ANTLRMessageModifier and TypeMethodDescriptionvoid
Tool.error
(ANTLRMessage msg) void
Tool.warning
(ANTLRMessage msg) -
Uses of ANTLRMessage in org.antlr.v4.tool
Subclasses of ANTLRMessage in org.antlr.v4.toolModifier and TypeClassDescriptionclass
A problem with the symbols and/or meaning of a grammar such as rule redefinition.class
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
class
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.Methods in org.antlr.v4.tool with parameters of type ANTLRMessageModifier and TypeMethodDescriptionvoid
ErrorManager.emit
(ErrorType etype, ANTLRMessage msg) void
ANTLRToolListener.error
(ANTLRMessage msg) void
DefaultToolListener.error
(ANTLRMessage msg) org.stringtemplate.v4.ST
ErrorManager.getMessageTemplate
(ANTLRMessage msg) void
ANTLRToolListener.warning
(ANTLRMessage msg) void
DefaultToolListener.warning
(ANTLRMessage msg)