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,
                                       Token offendingToken,
                                       Object... args)