| Package | Description | 
|---|---|
| com.puppycrawl.tools.checkstyle | 
 Contains the implementation of the Checkstyle framework. 
 | 
| com.puppycrawl.tools.checkstyle.checks.header | 
 File Header checks. 
 | 
| com.puppycrawl.tools.checkstyle.checks.imports | 
 Contains the Imports checks that are
 bundled with the main distribution. 
 | 
| com.puppycrawl.tools.checkstyle.filters | 
 Contains the filters that are bundled with the main distribution. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
TreeWalker
Responsible for walking an abstract syntax tree and notifying interested
 checks at each each node. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AbstractHeaderCheck
Abstract super class for header checks. 
 | 
class  | 
HeaderCheck
Checks the header of the source against a fixed header file. 
 | 
class  | 
RegexpHeaderCheck
Checks the header of the source against a header file that contains a
  
regular expression
 for each line of the source header. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ImportControlCheck
Check that controls what packages can be imported in each package. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
SuppressionFilter
 This filter accepts AuditEvents according to file, check, line, and
 column, as specified in a suppression file. 
 | 
class  | 
SuppressionXpathFilter
This filter accepts TreeWalkerAuditEvents according to file, check and xpath query,
 as specified in a suppression file. 
 | 
Copyright © 2001–2018. All rights reserved.