Package | Description |
---|---|
com.ibm.dtfj.java |
Modifier and Type | Method and Description |
---|---|
JavaClass |
JavaClassLoader.findClass(java.lang.String name)
Find a named class within this class loader.
|
JavaClass |
JavaClass.getComponentType()
For array classes, returns a JavaClass representing the component type of this array class.
|
JavaClass |
JavaMember.getDeclaringClass()
Get the class which declares this field or method
|
JavaClass |
JavaObject.getJavaClass()
Get the JavaClass instance which represents the class of this object.
|
JavaClass |
JavaClass.getSuperclass()
Get the immediate superclass of this class.
|
© Copyright 2005, 2012 IBM Corporation. All Rights Reserved.