Package | Description |
---|---|
com.puppycrawl.tools.checkstyle.checks |
Contains the checks that are bundled with the main distribution.
|
com.puppycrawl.tools.checkstyle.checks.coding |
Contains the Coding checks that are
bundled with the main distribution.
|
com.puppycrawl.tools.checkstyle.checks.javadoc |
Contains the Javadoc checks that are bundled with the main distribution.
|
Modifier and Type | Method and Description |
---|---|
AbstractTypeAwareCheck.Token |
AbstractTypeAwareCheck.ClassInfo.getName() |
Modifier and Type | Method and Description |
---|---|
protected AbstractTypeAwareCheck.ClassInfo |
AbstractTypeAwareCheck.createClassInfo(AbstractTypeAwareCheck.Token aName,
String aSurroundingClass)
Creates class info for given name.
|
protected abstract void |
AbstractTypeAwareCheck.logLoadError(AbstractTypeAwareCheck.Token aIdent)
Logs error if unable to load class information.
|
protected Class<?> |
AbstractTypeAwareCheck.tryLoadClass(AbstractTypeAwareCheck.Token aIdent,
String aCurrentClass)
Tries to load class.
|
Constructor and Description |
---|
ClassInfo(AbstractTypeAwareCheck.Token aName)
Creates new instance of class inforamtion object.
|
Modifier and Type | Method and Description |
---|---|
protected void |
RedundantThrowsCheck.logLoadError(AbstractTypeAwareCheck.Token aIdent) |
Modifier and Type | Method and Description |
---|---|
protected void |
JavadocMethodCheck.logLoadError(AbstractTypeAwareCheck.Token aIdent) |
Copyright © 2001–2014. All rights reserved.