Uses of Class
org.antlr.v4.tool.ANTLRMessage
-
Packages that use ANTLRMessage Package Description org.antlr.v4 org.antlr.v4.tool -
-
Uses of ANTLRMessage in org.antlr.v4
Methods in org.antlr.v4 with parameters of type ANTLRMessage Modifier and Type Method Description void
Tool. error(ANTLRMessage msg)
void
Tool. warning(ANTLRMessage msg)
-
Uses of ANTLRMessage in org.antlr.v4.tool
Subclasses of ANTLRMessage in org.antlr.v4.tool Modifier and Type Class Description 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
LeftRecursionCyclesMessage
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.Methods in org.antlr.v4.tool with parameters of type ANTLRMessage Modifier and Type Method Description void
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)
-