Class SanityChecker


  • public class SanityChecker
    extends Object
    This class is what remains of a bunch of horrible legacy code that was used to build up the data structures for the parser. The way JavaCC21 works increasingly is simply to expose the various data structures to the FreeMarker templates. Most of what this class contains now is a bunch of various sanity checks. There will be a general tendency for this class to shrink and hopefully, to eventually just melt away completely.
    • Constructor Detail

      • SanityChecker

        public SanityChecker​(Grammar grammar)
    • Method Detail

      • doChecks

        public void doChecks()