Package | Description |
---|---|
com.puppycrawl.tools.checkstyle.api |
Contains the core API to be used to implement checks.
|
com.puppycrawl.tools.checkstyle.checks.javadoc |
Contains the Javadoc checks that are bundled with the main distribution.
|
com.puppycrawl.tools.checkstyle.utils |
Contains utils classes for checkstyle.
|
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.
|
Constructor and Description |
---|
Token(FullIdent fullIdent)
Converts FullIdent to Token.
|
Modifier and Type | Method and Description |
---|---|
static FullIdent |
CheckUtils.createFullType(DetailAST typeAST)
Creates
FullIdent for given type node. |
Copyright © 2001–2018. All rights reserved.