Package com.javacc.core
Class SanityChecker
- java.lang.Object
-
- com.javacc.core.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.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classSanityChecker.RegexpVisitorA visitor that checks whether there is a self-referential loop in a Regexp reference.
-
Constructor Summary
Constructors Constructor Description SanityChecker(Grammar grammar)
-
-
-
Constructor Detail
-
SanityChecker
public SanityChecker(Grammar grammar)
-
-