Uses of Class
com.puppycrawl.tools.checkstyle.checks.AbstractTypeAwareCheck.ClassInfo

Packages that use AbstractTypeAwareCheck.ClassInfo
com.puppycrawl.tools.checkstyle.checks Contains the checks that are bundled with the main distribution. 
 

Uses of AbstractTypeAwareCheck.ClassInfo in com.puppycrawl.tools.checkstyle.checks
 

Methods in com.puppycrawl.tools.checkstyle.checks that return AbstractTypeAwareCheck.ClassInfo
protected  AbstractTypeAwareCheck.ClassInfo AbstractTypeAwareCheck.createClassInfo(AbstractTypeAwareCheck.Token aName, java.lang.String aSurroundingClass)
          Creates class info for given name.
protected  AbstractTypeAwareCheck.ClassInfo AbstractTypeAwareCheck.findClassAlias(java.lang.String aName)
          Looking if a given name is alias.
 


Back to the Checkstyle Home Page