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

Fields

Fields declared in interface com.sun.jdi.ObjectReference

INVOKE_NONVIRTUAL, INVOKE_SINGLE_THREADED

Methods

Modifier and Type Method Description
ReferenceType reflectedType()

Returns the ReferenceType corresponding to this class object.

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

Methods declared in interface com.sun.jdi.Value

type

Methods

reflectedType

ReferenceType reflectedType()

Returns the ReferenceType corresponding to this class object. The returned type can be used to obtain detailed information about the class.

Returns:
the ReferenceType reflected by this class object.

© 1993, 2020, Oracle and/or its affiliates. All rights reserved.
Documentation extracted from Debian's OpenJDK Development Kit package.
Licensed under the GNU General Public License, version 2, with the Classpath Exception.
Various third party code in OpenJDK is licensed under different licenses (see Debian package).
Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
https://docs.oracle.com/en/java/javase/11/docs/api/jdk.jdi/com/sun/jdi/ClassObjectReference.html