Uses of Class
com.puppycrawl.tools.checkstyle.checks.AbstractTypeAwareCheck
-
Packages that use AbstractTypeAwareCheck 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. -
-
Uses of AbstractTypeAwareCheck in com.puppycrawl.tools.checkstyle.checks
Fields in com.puppycrawl.tools.checkstyle.checks declared as AbstractTypeAwareCheck Modifier and Type Field Description private AbstractTypeAwareCheck
AbstractTypeAwareCheck.RegularClass. check
The check we use to resolve classes.Constructors in com.puppycrawl.tools.checkstyle.checks with parameters of type AbstractTypeAwareCheck Constructor Description RegularClass(AbstractTypeAwareCheck.Token name, java.lang.String surroundingClass, AbstractTypeAwareCheck check)
Creates new instance of of class information object. -
Uses of AbstractTypeAwareCheck in com.puppycrawl.tools.checkstyle.checks.javadoc
Subclasses of AbstractTypeAwareCheck in com.puppycrawl.tools.checkstyle.checks.javadoc Modifier and Type Class Description class
JavadocMethodCheck
Checks the Javadoc of a method or constructor.
-