Uses of Interface
com.jrockit.memleak.IFieldInfo

Packages that use IFieldInfo
com.jrockit.memleak Provides classes and interfaces for obtaining memory leak information from a Oracle JRockit virtual machine 
com.jrockit.memleak.util   
com.jrockit.memleak.value   
 

Uses of IFieldInfo in com.jrockit.memleak
 

Subinterfaces of IFieldInfo in com.jrockit.memleak
 interface IStaticField
          Represents a static field in a class.
 

Methods in com.jrockit.memleak that return IFieldInfo
 IFieldInfo IMemleakValueFactory.createFieldInfo(IClassInfo declaringClassInfo, java.lang.String name, int modifiers)
          Create IFieldInfo value object.
 IFieldInfo IFieldValue.getFieldInfo()
           
 

Methods in com.jrockit.memleak with parameters of type IFieldInfo
 IFieldValue IMemleakValueFactory.createPrimitiveFieldValue(IFieldInfo info, java.lang.Object valueWrapper)
          Create IFieldValue primitive value object.
 IFieldValue IMemleakValueFactory.createReferenceFieldValue(IFieldInfo info, IObjectInfo value)
          Create IFieldValue reference value object.
 

Uses of IFieldInfo in com.jrockit.memleak.util
 

Methods in com.jrockit.memleak.util that return IFieldInfo
 IFieldInfo DelegatingValueFactory.createFieldInfo(IClassInfo declaringClassInfo, java.lang.String name, int modifiers)
           
 

Methods in com.jrockit.memleak.util with parameters of type IFieldInfo
 IFieldValue DelegatingValueFactory.createPrimitiveFieldValue(IFieldInfo info, java.lang.Object valueWrapper)
           
 IFieldValue DelegatingValueFactory.createReferenceFieldValue(IFieldInfo info, IObjectInfo value)
           
 

Uses of IFieldInfo in com.jrockit.memleak.value
 

Classes in com.jrockit.memleak.value that implement IFieldInfo
 class FieldInfo
          Value class representing an instance field in a class.
 class StaticField
          Represents a static field in a class.
 

Methods in com.jrockit.memleak.value that return IFieldInfo
 IFieldInfo ValueFactory.createFieldInfo(IClassInfo declaringClassInfo, java.lang.String name, int modifiers)
           
 IFieldInfo ReferenceFieldValue.getFieldInfo()
           
 IFieldInfo PrimitiveFieldValue.getFieldInfo()
           
 

Methods in com.jrockit.memleak.value with parameters of type IFieldInfo
 IFieldValue ValueFactory.createPrimitiveFieldValue(IFieldInfo info, java.lang.Object valueWrapper)
           
 IFieldValue ValueFactory.createReferenceFieldValue(IFieldInfo info, IObjectInfo value)
           
 

Constructors in com.jrockit.memleak.value with parameters of type IFieldInfo
PrimitiveFieldValue(IFieldInfo info, java.lang.Object valueWrapper)
           
ReferenceFieldValue(IFieldInfo info, IObjectInfo reference)
           
 



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