Uses of Class
com.puppycrawl.tools.checkstyle.checks.naming.AbstractAccessControlNameCheck
Packages that use AbstractAccessControlNameCheck
Package
Description
Contains the Naming conventions checks
that are bundled with the main distribution.
-
Uses of AbstractAccessControlNameCheck in com.puppycrawl.tools.checkstyle.checks.naming
Modifier and TypeClassDescriptionclass
Checks that constant names conform to a specified pattern.class
Checks that instance variable names conform to a specified pattern.class
Checks that method names conform to a specified pattern.class
Checks thatstatic
, non-final
variable names conform to a specified pattern.class
Checks that type names conform to a specified pattern.