Package com.javacc.core
Class SanityChecker
java.lang.Object
com.javacc.core.SanityChecker
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 ClassesModifier and TypeClassDescriptionclassA visitor that checks whether there is a self-referential loop in a Regexp reference. -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SanityChecker
-
-
Method Details
-
doChecks
public void doChecks()
-