-
- All Superinterfaces:
-
Mirror
,ObjectReference
,Value
public interface ClassObjectReference extends ObjectReference
来自目标VM的java.lang.Class实例。 使用此界面访问此对象反映的类,数组或接口的类型信息。- 从以下版本开始:
- 1.3
- 另请参见:
-
ReferenceType
-
-
Field Summary
-
Fields inherited from interface com.sun.jdi.ObjectReference
INVOKE_NONVIRTUAL, INVOKE_SINGLE_THREADED
-
-
方法摘要
所有方法 接口方法 抽象方法 Modifier and Type 方法 描述 ReferenceType
reflectedType()
返回与此类对象相对应的ReferenceType
。-
Methods inherited from interface com.sun.jdi.Mirror
toString, virtualMachine
-
Methods inherited from interface com.sun.jdi.ObjectReference
disableCollection, enableCollection, entryCount, equals, getValue, getValues, hashCode, invokeMethod, isCollected, owningThread, referenceType, referringObjects, setValue, uniqueID, waitingThreads
-
-
-
-
方法详细信息
-
reflectedType
ReferenceType reflectedType()
返回与此类对象相对应的ReferenceType
。 返回的类型可以用于获取有关该类的详细信息。- 结果
-
the
ReferenceType
reflected by this class object.
-
-