|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.puppycrawl.tools.checkstyle.checks.AbstractTypeAwareCheck.ClassInfo
Contains class's FullIdent
and Class
object if we can load it.
Constructor Summary | |
AbstractTypeAwareCheck.ClassInfo(FullIdent aName)
Creates new instance of of class information object. |
|
AbstractTypeAwareCheck.ClassInfo(FullIdent aName,
java.lang.Class aClass)
Creates new instance of of class information object. |
Method Summary | |
java.lang.Class |
getClazz()
|
FullIdent |
getName()
|
boolean |
isLoadable()
|
void |
setClazz(java.lang.Class aClass)
Associates Class with an object. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AbstractTypeAwareCheck.ClassInfo(FullIdent aName, java.lang.Class aClass)
aName
- FullIdent
associated with new object.aClass
- Class
associated with new object
or null id class is not loadable.public AbstractTypeAwareCheck.ClassInfo(FullIdent aName)
aName
- FullIdent
associated with new object.Method Detail |
public final FullIdent getName()
public final boolean isLoadable()
public final java.lang.Class getClazz()
Class
associated with an object.public final void setClazz(java.lang.Class aClass)
Class
with an object.
aClass
- Class
to associate with.
|
Back to the Checkstyle Home Page | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |