|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RootClass
An interface representing a RootClass. RootClass objects are created by a RootClassFactory
RootClassFactory
Method Summary | |
---|---|
int |
getCheckSum()
Get the check sum for this Root class |
String |
getClassName()
Get the root class name for this Root class |
Class |
getJavaClass()
Get the Java class corresponding to this Root class |
RootMember[] |
getMembers()
|
RootClass[] |
getSuperClasses()
Get the super-classes of this Root class. |
int |
getVersion()
Get the version number for this Root class |
boolean |
instanceOf(RootClass superClass)
Test if this class is a sub-class of the specified class |
Method Detail |
---|
int getCheckSum()
Class getJavaClass()
RootMember[] getMembers()
int getVersion()
String getClassName()
RootClass[] getSuperClasses()
boolean instanceOf(RootClass superClass)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |