Package | Description |
---|---|
com.puppycrawl.tools.checkstyle.checks |
Contains the 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 | Field and Description |
---|---|
private AbstractTypeAwareCheck.Token |
AbstractTypeAwareCheck.AbstractClassInfo.name
FullIdent associated with this class. |
Modifier and Type | Method and Description |
---|---|
AbstractTypeAwareCheck.Token |
AbstractTypeAwareCheck.AbstractClassInfo.getName()
Gets class name.
|
Modifier and Type | Method and Description |
---|---|
protected AbstractTypeAwareCheck.AbstractClassInfo |
AbstractTypeAwareCheck.createClassInfo(AbstractTypeAwareCheck.Token name,
java.lang.String surroundingClass)
Deprecated.
Creates class info for given name.
|
protected abstract void |
AbstractTypeAwareCheck.logLoadError(AbstractTypeAwareCheck.Token ident)
Deprecated.
Logs error if unable to load class information.
|
protected java.lang.Class<?> |
AbstractTypeAwareCheck.tryLoadClass(AbstractTypeAwareCheck.Token ident,
java.lang.String className)
Deprecated.
Tries to load class.
|
Constructor and Description |
---|
AbstractClassInfo(AbstractTypeAwareCheck.Token className)
Creates new instance of class information object.
|
ClassAlias(AbstractTypeAwareCheck.Token name,
AbstractTypeAwareCheck.AbstractClassInfo classInfo)
Creates new instance of the class.
|
RegularClass(AbstractTypeAwareCheck.Token name,
java.lang.String surroundingClass,
AbstractTypeAwareCheck check)
Creates new instance of of class information object.
|
Modifier and Type | Method and Description |
---|---|
private AbstractTypeAwareCheck.Token |
JavadocMethodCheck.ExceptionInfo.getName()
Gets exception name.
|
Modifier and Type | Method and Description |
---|---|
protected void |
JavadocMethodCheck.logLoadError(AbstractTypeAwareCheck.Token ident) |