- 所有超级接口:
-
Mirror
,ObjectReference
,Value
目标虚拟机中的java.lang.Class实例。使用此接口访问该对象反映的类、数组或接口的类型信息。
- 自版本:
- 1.3
- 参见:
-
Field Summary
Fields declared in interface com.sun.jdi.ObjectReference
INVOKE_NONVIRTUAL, INVOKE_SINGLE_THREADED
-
Method Summary
Methods declared in interface com.sun.jdi.Mirror
toString, virtualMachine
Methods declared in interface com.sun.jdi.ObjectReference
disableCollection, enableCollection, entryCount, equals, getValue, getValues, hashCode, invokeMethod, isCollected, owningThread, referenceType, referringObjects, setValue, uniqueID, waitingThreads
-
Method Details
-
reflectedType
ReferenceType reflectedType()返回与此类对象对应的ReferenceType
。返回的类型可用于获取有关类的详细信息。- 返回:
-
由此类对象反映的
ReferenceType
。
-