com.jrockit.memleak
Interface IClassObjectInfo

All Superinterfaces:
IObjectInfo, IObjectSpecifier
All Known Implementing Classes:
ClassObjectInfo

public interface IClassObjectInfo
extends IObjectInfo

Extended object representation for instances of Class to enable access to the corresponding IClassInfo.

Author:
mpersson

Field Summary
 
Fields inherited from interface com.jrockit.memleak.IObjectInfo
EMPTY_ARRAY
 
Method Summary
 IClassInfo getPeerClassInfo()
           
 
Methods inherited from interface com.jrockit.memleak.IObjectInfo
getClassInfo, getField, getFieldReference, getFieldValue, getFieldValues, getKeepAliveSize, isDiscarded
 
Methods inherited from interface com.jrockit.memleak.IObjectSpecifier
getObjectId
 

Method Detail

getPeerClassInfo

IClassInfo getPeerClassInfo()
Returns:
the IClassInfo of the class this object represents.


Copyright © 1999, 2011, Oracle and/or its affiliates. All rights reserved.