com.ibm.dtfj.java
Uses of Interface JavaClass
Packages that use JavaClass
Package | Description |
---|---|
com.ibm.dtfj.java |
Uses of JavaClass in com.ibm.dtfj.java
Modifier and Type | Method and Description |
---|---|
JavaClassLoader.findClass(java.lang.String name)
Find a named class within this class loader.
|
|
JavaClass.getComponentType()
For array classes, returns a JavaClass representing the component type of this array class.
|
|
JavaMember.getDeclaringClass()
Get the class which declares this field or method
|
|
JavaObject.getJavaClass()
Get the JavaClass instance which represents the class of this object.
|
|
JavaClass.getSuperclass()
Get the immediate superclass of this class.
|