Spec-Zone .ru
спецификации, руководства, описания, API
|
|
Java Debug Interface | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ClassObjectReference
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.
ReferenceType
Field Summary |
---|
Fields inherited from interface com.sun.jdi.ObjectReference |
---|
INVOKE_NONVIRTUAL, INVOKE_SINGLE_THREADED |
Method Summary | |
---|---|
ReferenceType |
reflectedType()
Returns the ReferenceType corresponding to this
class object. |
Methods inherited from interface com.sun.jdi.ObjectReference |
---|
disableCollection, enableCollection, entryCount, equals, getValue, getValues, hashCode, invokeMethod, isCollected, owningThread, referenceType, setValue, uniqueID, waitingThreads |
Methods inherited from interface com.sun.jdi.Value |
---|
type |
Methods inherited from interface com.sun.jdi.Mirror |
---|
toString, virtualMachine |
Method Detail |
---|
ReferenceType reflectedType()
ReferenceType
corresponding to this
class object. The returned type can be used to obtain
detailed information about the class.
ReferenceType
reflected by this class object.
|
Java Debug Interface | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |