Package org.openjdk.jmc.common
Interface IMCOldObjectField
-
public interface IMCOldObjectFieldA field that refers to anIMCOldObjecton the heap.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IntegergetModifier()Returns the field modifier.StringgetName()Returns the field name.
-
-
-
Method Detail
-
getName
String getName()
Returns the field name.- Returns:
- the name of the field containing the object
-
-