Interface ClassObjectReference
- All Superinterfaces:
- Mirror, ObjectReference, Value
An instance of java.lang.Class from the target VM.
Use this interface to access type information
for the class, array, or interface that this object reflects.
- Since:
- 1.3
- See Also:
- 
Field SummaryFields declared in interface ObjectReferenceINVOKE_NONVIRTUAL, INVOKE_SINGLE_THREADED
- 
Method SummaryMethods declared in interface MirrortoString, virtualMachineMethods declared in interface ObjectReferencedisableCollection, enableCollection, entryCount, equals, getValue, getValues, hashCode, invokeMethod, isCollected, owningThread, referenceType, referringObjects, setValue, uniqueID, waitingThreads
- 
Method Details- 
reflectedTypeReferenceType reflectedType()Returns theReferenceTypecorresponding to this class object. The returned type can be used to obtain detailed information about the class.- Returns:
- the ReferenceTypereflected by this class object.
 
 
-