|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ClassChecker
interface hiding how we check the names of a class's super, outer class and implemented interfaces.
Method Summary | |
---|---|
java.lang.String |
getInterface(int idx)
identify the name of a specific interface in the implements list of this class |
int |
getInterfaceCount()
identify how many interfaces are in the implements list of this class |
java.lang.String |
getSuper()
identify the name of the super class for the checked class |
boolean |
hasOuterClass()
identify if the checked class is embedded in an outer class |
boolean |
isInterface()
see if the checked class is an interface or really a class |
Method Detail |
---|
boolean isInterface()
java.lang.String getSuper()
boolean hasOuterClass()
int getInterfaceCount()
java.lang.String getInterface(int idx)
idx
- the index of the interface in the list
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |