Uses of Class
com.puppycrawl.tools.checkstyle.api.FullIdent
-
Packages that use FullIdent 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.utils Contains utils classes for checkstyle. -
-
Uses of FullIdent in com.puppycrawl.tools.checkstyle.api
Methods in com.puppycrawl.tools.checkstyle.api that return FullIdent Modifier and Type Method 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. -
Uses of FullIdent in com.puppycrawl.tools.checkstyle.checks
Constructors in com.puppycrawl.tools.checkstyle.checks with parameters of type FullIdent Constructor Description Token(FullIdent fullIdent)
Converts FullIdent to Token. -
Uses of FullIdent in com.puppycrawl.tools.checkstyle.utils
Methods in com.puppycrawl.tools.checkstyle.utils that return FullIdent Modifier and Type Method Description static FullIdent
CheckUtils. createFullType(DetailAST typeAST)
CreatesFullIdent
for given type node.
-