Package org.openjdk.jmc.common
Interface IMCOldObjectField
public interface IMCOldObjectField
A field that refers to an
IMCOldObject
on the heap.-
Method Summary
-
Method Details
-
getName
String getName()Returns the field name.- Returns:
- the name of the field containing the object
-
getModifier
Integer getModifier()Returns the field modifier.See
Modifier
for more information about the bit pattern and for methods that can be used to decode it.- Returns:
- the modifier of the field containing the object
-