Class 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 Detail

      • GrammarSemanticsMessage

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