Package org.openjdk.jmc.common
Interface IMCOldObjectField
-
- All Known Implementing Classes:
MCOldObject.MCOldObjectField
,StructTypes.JfrOldObjectField
public interface IMCOldObjectField
A field that refers to anIMCOldObject
on the heap.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Integer
getModifier()
Returns the field modifier.java.lang.String
getName()
Returns the field name.
-
-
-
Method Detail
-
getName
java.lang.String getName()
Returns the field name.- Returns:
- the name of the field containing the object
-
getModifier
java.lang.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
-
-