当前页面: 
在线文档首页 > 
JDK 5 Documentation v6.0, Java 2 SDK 英文文档
ClassObjectReference (Java Debug Interface) - JDK 5 Documentation v6.0, Java 2 SDK 英文文档
com.sun.jdi
Interface ClassObjectReference
- All Superinterfaces: 
- Mirror, ObjectReference, Value
- public interface ClassObjectReference 
- extends ObjectReference
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:
- ReferenceType
 
 
 
| Methods inherited from interface com.sun.jdi.ObjectReference | 
| disableCollection, enableCollection, entryCount, equals, getValue, getValues, hashCode, invokeMethod, isCollected, owningThread, referenceType, referringObjects, setValue, uniqueID, waitingThreads | 
 
| Methods inherited from interface com.sun.jdi.Value | 
| type | 
 
 
reflectedType
ReferenceType reflectedType()
- Returns the ReferenceTypecorresponding to this 
 class object. The returned type can be used to obtain 
 detailed information about the class.
 
- 
 
- 
- Returns:
- the ReferenceTypereflected by this class object.