|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A Java Type (Object, Interface, primitive type or void).
Method Summary | |
JavaType[] |
getAllInterfaces()
Return the list of all interfaces this class implements. |
JavaType |
getContainingClass()
The containing class if this is an inner class. |
Field[] |
getFields()
All fields that are declared by this class. |
JavaType[] |
getInnerClasses()
|
Method[] |
getMethods()
All methods that are declared by this class. |
java.lang.String |
getName()
Type fully qualified class name. |
JavaType[] |
getSuperClasses()
Return the superclasses of this class. |
boolean |
isAbstract()
|
boolean |
isArray()
|
boolean |
isFinal()
|
boolean |
isInterface()
|
boolean |
isPrimitive()
|
Methods inherited from interface net.sf.clirr.core.spi.Scoped |
getDeclaredScope, getEffectiveScope |
Method Detail |
public java.lang.String getName()
getName
in interface Named
"my.company.procuct.SampleClass"
.public JavaType getContainingClass()
null
if this JavaType does not represent an inner class.public JavaType[] getSuperClasses()
java.lang.Object
.public JavaType[] getAllInterfaces()
this
if this JavaType represents an interface itself.public JavaType[] getInnerClasses()
public Method[] getMethods()
public Field[] getFields()
public boolean isPrimitive()
public boolean isArray()
public boolean isFinal()
public boolean isAbstract()
public boolean isInterface()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |