|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IStaticField | |
---|---|
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 IStaticField in com.jrockit.memleak |
---|
Fields in com.jrockit.memleak declared as IStaticField | |
---|---|
static IStaticField[] |
IStaticField.EMPTY_ARRAY
An empty IStaticField array. |
Methods in com.jrockit.memleak that return IStaticField | |
---|---|
IStaticField |
IMemleakValueFactory.createStaticField(IClassInfo declaringClassInfo,
java.lang.String fieldName,
int modifiers)
Create IStaticField value object. |
IStaticField[] |
IInstanceReferrers.getStaticFields()
Returns an array of names of all classes which have static fields that refer to this instance |
Methods in com.jrockit.memleak with parameters of type IStaticField | |
---|---|
IInstanceReferrers |
IMemleakValueFactory.createInstanceReferrers(IObjectInfo targetInfo,
IObjectInfo[] ois,
IStaticField[] staticFields,
IThreadRoot[] threadRoots,
int globalHandles)
Create IInstanceReferrers value object. |
Uses of IStaticField in com.jrockit.memleak.util |
---|
Methods in com.jrockit.memleak.util that return IStaticField | |
---|---|
IStaticField |
DelegatingValueFactory.createStaticField(IClassInfo declaringClassInfo,
java.lang.String fieldName,
int modifiers)
|
Methods in com.jrockit.memleak.util with parameters of type IStaticField | |
---|---|
IInstanceReferrers |
DelegatingValueFactory.createInstanceReferrers(IObjectInfo targetInfo,
IObjectInfo[] ois,
IStaticField[] staticFields,
IThreadRoot[] threadRoots,
int globalHandles)
|
Uses of IStaticField in com.jrockit.memleak.value |
---|
Classes in com.jrockit.memleak.value that implement IStaticField | |
---|---|
class |
StaticField
Represents a static field in a class. |
Methods in com.jrockit.memleak.value that return IStaticField | |
---|---|
IStaticField |
ValueFactory.createStaticField(IClassInfo declaringClassInfo,
java.lang.String fieldName,
int modifiers)
|
IStaticField[] |
InstanceReferrers.getStaticFields()
|
Methods in com.jrockit.memleak.value with parameters of type IStaticField | |
---|---|
IInstanceReferrers |
ValueFactory.createInstanceReferrers(IObjectInfo targetInfo,
IObjectInfo[] ois,
IStaticField[] staticFields,
IThreadRoot[] threadRoots,
int globalHandles)
|
Constructors in com.jrockit.memleak.value with parameters of type IStaticField | |
---|---|
InstanceReferrers(IObjectInfo targetInfo,
IObjectInfo[] ois,
IStaticField[] staticFields,
IThreadRoot[] threadRoots,
int globalHandles)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |