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.Utility class for Javadoc comments lexer operations.Utility class for Javadoc comments parser operations.A simple wrapper for ANTLR
Token
that provides a properSimpleToken.equals(Object)
andSimpleToken.hashCode()
implementation based on the token'stype
andtext
.