Uses of Class
com.puppycrawl.tools.checkstyle.api.FullIdent
Packages that use FullIdent
Package
Description
Contains the core API to be used to implement checks.
Contains utils classes for checkstyle.
-
Uses of FullIdent in com.puppycrawl.tools.checkstyle.api
Methods in com.puppycrawl.tools.checkstyle.api that return FullIdentModifier 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. -
Uses of FullIdent in com.puppycrawl.tools.checkstyle.utils
Methods in com.puppycrawl.tools.checkstyle.utils that return FullIdentModifier and TypeMethodDescriptionstatic FullIdent
CheckUtil.createFullType
(DetailAST typeAST) CreatesFullIdent
for given type node.