| Package | Description |
|---|---|
| com.puppycrawl.tools.checkstyle.api |
Contains the core API to be used to implement checks.
|
| com.puppycrawl.tools.checkstyle.checks |
Contains the checks that are bundled with the main distribution.
|
| com.puppycrawl.tools.checkstyle.checks.coding |
Contains the Coding checks that are
bundled with the main distribution.
|
| com.puppycrawl.tools.checkstyle.checks.imports |
Contains the Imports checks that are
bundled with the main distribution.
|
| com.puppycrawl.tools.checkstyle.checks.javadoc |
Contains the Javadoc checks that are bundled with the main distribution.
|
| Modifier and Type | Method and Description |
|---|---|
static FullIdent |
FullIdent.createFullIdent(DetailAST ast)
Creates a new FullIdent starting from the specified node.
|
static FullIdent |
FullIdent.createFullIdentBelow(DetailAST ast)
Creates a new FullIdent starting from the child of the specified node.
|
| Modifier and Type | Method and Description |
|---|---|
private static void |
FullIdent.appendBrackets(FullIdent full,
DetailAST ast)
Appends the brackets of an array type to a
FullIdent. |
private static void |
FullIdent.extractFullIdent(FullIdent full,
DetailAST ast)
Recursively extract a FullIdent.
|
| Modifier and Type | Field and Description |
|---|---|
private FullIdent |
UncommentedMainCheck.packageName
Current package.
|
| Modifier and Type | Field and Description |
|---|---|
private java.util.Set<FullIdent> |
IllegalInstantiationCheck.imports
The imports for the file.
|
| Modifier and Type | Field and Description |
|---|---|
private java.util.Set<FullIdent> |
UnusedImportsCheck.imports
Set of the imports.
|
private java.util.Set<FullIdent> |
RedundantImportCheck.imports
Set of the imports.
|
private java.util.Set<FullIdent> |
RedundantImportCheck.staticImports
Set of static imports.
|
| Modifier and Type | Method and Description |
|---|---|
private void |
ImportOrderCheck.doVisitToken(FullIdent ident,
boolean isStatic,
boolean previous,
DetailAST ast)
Shares processing...
|
| Constructor and Description |
|---|
Token(FullIdent fullIdent)
Converts FullIdent to Token.
|
Copyright © 2001-2022. All Rights Reserved.