public interface

ClassObjectReference

implements ObjectReference
com.sun.jdi.ClassObjectReference
Known Indirect Subclasses

Class Overview

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.

See Also

Summary

[Expand]
Inherited Constants
From interface com.sun.jdi.ObjectReference
Public Methods
abstract ReferenceType reflectedType()
Returns the ReferenceType corresponding to this class object.
[Expand]
Inherited Methods
From interface com.sun.jdi.Mirror
From interface com.sun.jdi.ObjectReference
From interface com.sun.jdi.Value

Public Methods

public abstract ReferenceType reflectedType ()

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

Returns