com.puppycrawl.tools.checkstyle.checks
Class AbstractTypeAwareCheck.ClassInfo
java.lang.Object
com.puppycrawl.tools.checkstyle.checks.AbstractTypeAwareCheck.ClassInfo
- AbstractTypeAwareCheck
protected static abstract class AbstractTypeAwareCheck.ClassInfo
Contains class's Token
.
ClassInfo
protected ClassInfo(AbstractTypeAwareCheck.Token aName)
Creates new instance of class inforamtion object.
aName
- token which represents class name.
getClazz
public abstract Class getClazz()
Class
associated with an object.