Uses of Interface
com.jrockit.memleak.util.IClassInfoHolder

Packages that use IClassInfoHolder
com.jrockit.memleak.value   
 

Uses of IClassInfoHolder in com.jrockit.memleak.value
 

Classes in com.jrockit.memleak.value that implement IClassInfoHolder
 class AbstractObjectInfo
          Representation of an object reference, including its class and ID.
 class ArrayInfo
          Default implementation of IArrayInfo.
 class ArraySizeInfo
          Holds information about arrays on the heap and their sizes.
 class ClassObjectInfo
          Representation of an instance of Class to enable access to the corresponding IClassInfo.
 class FieldInfo
          Value class representing an instance field in a class.
 class Location
          Default ILocation implementation.
 class MethodInfo
          Default IMethodInfo implementation.
 class ObjectInfo
          Representation of an object reference, including its class and ID.
 class StaticField
          Represents a static field in a class.
 class TypeHeapInfo
          Represents heap usage for a single type, including growth rate.
 



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