Uses of Class
com.puppycrawl.tools.checkstyle.api.FullIdent
Package
Description
Contains the core API to be used to implement checks.
Contains the checks that are bundled with the main distribution.
Contains the Coding checks that are
bundled with the main distribution.
Contains the Imports checks that are
bundled with the main distribution.
Contains the Javadoc checks that are bundled with the main distribution.
-
Uses of FullIdent in com.puppycrawl.tools.checkstyle.api
Modifier and TypeMethodDescriptionstatic 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 TypeMethodDescriptionprivate static void
FullIdent.appendBrackets
(FullIdent full, DetailAST ast) Appends the brackets of an array type to aFullIdent
.private static int
FullIdent.appendToFull
(FullIdent full, DetailAST ast, int dotCounter, boolean bracketsExist, boolean isArrayTypeDeclarationStart) Populates the FullIdent node.private static void
FullIdent.extractFullIdent
(FullIdent full, DetailAST ast) Extracts a FullIdent. -
Uses of FullIdent in com.puppycrawl.tools.checkstyle.checks
Modifier and TypeFieldDescriptionprivate FullIdent
UncommentedMainCheck.packageName
Current package. -
Uses of FullIdent in com.puppycrawl.tools.checkstyle.checks.coding
-
Uses of FullIdent in com.puppycrawl.tools.checkstyle.checks.imports
Modifier and TypeFieldDescriptionRedundantImportCheck.imports
Set of the imports.UnusedImportsCheck.imports
Set of the imports.RedundantImportCheck.staticImports
Set of static imports.Modifier and TypeMethodDescriptionprivate void
ImportOrderCheck.doVisitToken
(FullIdent ident, boolean isStatic, boolean previous, DetailAST ast) Shares processing... -
Uses of FullIdent in com.puppycrawl.tools.checkstyle.checks.javadoc