Package org.antlr.v4.tool
Class GrammarSemanticsMessage
java.lang.Object
org.antlr.v4.tool.ANTLRMessage
org.antlr.v4.tool.GrammarSemanticsMessage
A problem with the symbols and/or meaning of a grammar such as rule
redefinition. Any msg where we can point to a location in the grammar.
-
Field Summary
Fields inherited from class org.antlr.v4.tool.ANTLRMessage
charPosition, fileName, g, line, offendingToken
-
Constructor Summary
ConstructorsConstructorDescriptionGrammarSemanticsMessage
(ErrorType etype, String fileName, org.antlr.runtime.Token offendingToken, Object... args) -
Method Summary
Methods inherited from class org.antlr.v4.tool.ANTLRMessage
getArgs, getCause, getErrorType, getMessageTemplate, toString
-
Constructor Details
-
GrammarSemanticsMessage
-