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