| Package | Description | 
|---|---|
| com.puppycrawl.tools.checkstyle.checks.naming | 
 Contains the Naming conventions checks
 that are bundled with the main distribution. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ConstantNameCheck
 Checks that constant names conform to a format specified
 by the format property. 
 | 
class  | 
MemberNameCheck
 Checks that instance variable names conform to a format specified
 by the format property. 
 | 
class  | 
MethodNameCheck
 Checks that method names conform to a format specified
 by the format property. 
 | 
class  | 
StaticVariableNameCheck
 Checks that static, non-final variable names conform to a format specified
 by the format property. 
 | 
class  | 
TypeNameCheck
 Checks that type names conform to a format specified
 by the format property. 
 | 
Copyright © 2001–2018. All rights reserved.