Class GrammarSemanticsMessage

java.lang.Object
org.antlr.v4.tool.ANTLRMessage
org.antlr.v4.tool.GrammarSemanticsMessage

public class GrammarSemanticsMessage extends ANTLRMessage
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.
  • Constructor Details

    • GrammarSemanticsMessage

      public GrammarSemanticsMessage(ErrorType etype, String fileName, org.antlr.runtime.Token offendingToken, Object... args)