Package com.puppycrawl.tools.checkstyle.grammar
package com.puppycrawl.tools.checkstyle.grammar
Contains the grammar used by the Checkstyle framework.
You should not be referring to this package.
-
ClassDescriptionThis interface is used to be notified by parser about comments in the parsed code.Extends the LexerATNSimulator class in order to override the 'consume()' method so that we can handle '\r' line endings (pre-OSX macOS line endings) correctly in the ANTLR lexer.