Uses of Package
com.puppycrawl.tools.checkstyle.grammar
Packages that use com.puppycrawl.tools.checkstyle.grammar
Package
Description
Contains the core API to be used to implement checks.
Contains the grammar used by the Checkstyle framework.
-
Classes in com.puppycrawl.tools.checkstyle.grammar used by com.puppycrawl.tools.checkstyle.apiClassDescriptionThis interface is used to be notified by parser about comments in the parsed code.
-
Classes in com.puppycrawl.tools.checkstyle.grammar used by com.puppycrawl.tools.checkstyle.grammarClassDescriptionA simple wrapper for ANTLR
Token
that provides a properSimpleToken.equals(Object)
andSimpleToken.hashCode()
implementation based on the token'stype
andtext
.