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.
|
Modifier and Type | Method and Description |
---|---|
static FullIdent |
FullIdent.createFullIdent(DetailAST aAST)
Creates a new FullIdent starting from the specified node.
|
static FullIdent |
FullIdent.createFullIdent(DetailAST aAST)
Creates a new FullIdent starting from the specified node.
|
static FullIdent |
FullIdent.createFullIdentBelow(DetailAST aAST)
Creates a new FullIdent starting from the child of the specified node.
|
static FullIdent |
FullIdent.createFullIdentBelow(DetailAST aAST)
Creates a new FullIdent starting from the child of the specified node.
|
Modifier and Type | Method and Description |
---|---|
static FullIdent |
CheckUtils.createFullType(DetailAST aTypeAST)
Creates
FullIdent for given type node. |
Constructor and Description |
---|
AbstractTypeAwareCheck.Token(FullIdent aFullIdent)
Converts FullIdent to Token.
|