protected abstract static class AbstractTypeAwareCheck.ClassInfo extends Object
Token
.Modifier | Constructor and Description |
---|---|
protected |
ClassInfo(AbstractTypeAwareCheck.Token aName)
Creates new instance of class inforamtion object.
|
Modifier and Type | Method and Description |
---|---|
abstract Class<?> |
getClazz() |
AbstractTypeAwareCheck.Token |
getName() |
protected ClassInfo(AbstractTypeAwareCheck.Token aName)
aName
- token which represents class name.public final AbstractTypeAwareCheck.Token getName()
public abstract Class<?> getClazz()
Class
associated with an object.Copyright © 2001–2015. All rights reserved.