|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NoMatchingFieldException | |
---|---|
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 NoMatchingFieldException in com.jrockit.memleak |
---|
Methods in com.jrockit.memleak that throw NoMatchingFieldException | ||
---|---|---|
|
IObjectInfo.getField(java.lang.String fieldName,
java.lang.Class<T> type,
Policy policy)
Get the actual primitive wrapper or object
representation of of the most visible field that has the name
fieldName and is assignable to the class type
as per IValue.isAssignableTo(Class) in the object represented by
this IObjectInfo . |
|
IObjectInfo |
IObjectInfo.getFieldReference(java.lang.String fieldName,
Policy policy)
Get the IObjectInfo corresponding to the value of the
most visible non-primitive field with the name
fieldName in the object represented by this
IObjectInfo . |
|
IFieldValue |
IObjectInfo.getFieldValue(java.lang.String fieldName,
java.lang.Class<?> type,
Policy policy)
Get the IFieldValue of the most visible field that has
the name fieldName and is assignable to the class
type as per IValue.isAssignableTo(Class) in the
object represented by this IObjectInfo . |
Uses of NoMatchingFieldException in com.jrockit.memleak.util |
---|
Methods in com.jrockit.memleak.util that throw NoMatchingFieldException | ||
---|---|---|
|
DummyObjectInfo.getField(java.lang.String fieldName,
java.lang.Class<T> type,
Policy policy)
|
|
IObjectInfo |
DummyObjectInfo.getFieldReference(java.lang.String fieldName,
Policy policy)
|
|
IFieldValue |
DummyObjectInfo.getFieldValue(java.lang.String fieldName,
java.lang.Class<?> type,
Policy policy)
|
Uses of NoMatchingFieldException in com.jrockit.memleak.value |
---|
Methods in com.jrockit.memleak.value that throw NoMatchingFieldException | ||
---|---|---|
|
ArrayInfo.getField(java.lang.String fieldName,
java.lang.Class<T> type,
Policy policy)
|
|
|
AbstractObjectInfo.getField(java.lang.String fieldName,
java.lang.Class<T> type,
Policy policy)
|
|
IObjectInfo |
ArrayInfo.getFieldReference(java.lang.String fieldName,
Policy policy)
|
|
IObjectInfo |
AbstractObjectInfo.getFieldReference(java.lang.String fieldName,
Policy policy)
|
|
IFieldValue |
AbstractObjectInfo.getFieldValue(java.lang.String fieldName,
java.lang.Class<?> type,
Policy policy)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |