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 TypeMethodDescriptionvoidAntlr4ErrorLog.error(ANTLRMessage message) voidAntlr4ErrorLog.warning(ANTLRMessage message) -
Uses of ANTLRMessage in org.antlr.v4
Methods in org.antlr.v4 with parameters of type ANTLRMessageModifier and TypeMethodDescriptionvoidTool.error(ANTLRMessage msg) voidTool.warning(ANTLRMessage msg) -
Uses of ANTLRMessage in org.antlr.v4.tool
Subclasses of ANTLRMessage in org.antlr.v4.toolModifier and TypeClassDescriptionclassA 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"classclassA 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 TypeMethodDescriptionvoidErrorManager.emit(ErrorType etype, ANTLRMessage msg) voidANTLRToolListener.error(ANTLRMessage msg) voidDefaultToolListener.error(ANTLRMessage msg) org.stringtemplate.v4.STErrorManager.getMessageTemplate(ANTLRMessage msg) voidANTLRToolListener.warning(ANTLRMessage msg) voidDefaultToolListener.warning(ANTLRMessage msg)