com.puppycrawl.tools.checkstyle.checks

Class AbstractTypeAwareCheck.ClassInfo

protected abstract static class AbstractTypeAwareCheck.ClassInfo extends Object

Contains class's Token.
Constructor Summary
protected ClassInfo(AbstractTypeAwareCheck.Token aName)
Creates new instance of class inforamtion object.
Method Summary
abstract ClassgetClazz()
AbstractTypeAwareCheck.TokengetName()

Constructor Detail

ClassInfo

protected ClassInfo(AbstractTypeAwareCheck.Token aName)
Creates new instance of class inforamtion object.

Parameters: aName token which represents class name.

Method Detail

getClazz

public abstract Class getClazz()

Returns: Class associated with an object.

getName

public final AbstractTypeAwareCheck.Token getName()

Returns: class name