- java.lang.Object
-
- com.ibm.j9ddr.vm29.j9.J9ObjectFieldOffset
-
public class J9ObjectFieldOffset extends Object
Representation of the offset for instance fields or address for static fields in a J9Object
-
-
Constructor Summary
Constructors Constructor Description J9ObjectFieldOffset(com.ibm.j9ddr.vm29.pointer.generated.J9ROMFieldShapePointer field, UDATA offsetOrAddress, boolean isHidden)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.ibm.j9ddr.vm29.pointer.generated.J9ROMFieldShapePointer
getField()
String
getName()
UDATA
getOffsetOrAddress()
String
getSignature()
boolean
isHidden()
boolean
isStatic()
-
-
-
Constructor Detail
-
J9ObjectFieldOffset
public J9ObjectFieldOffset(com.ibm.j9ddr.vm29.pointer.generated.J9ROMFieldShapePointer field, UDATA offsetOrAddress, boolean isHidden)
-
-
Method Detail
-
isStatic
public boolean isStatic()
-
isHidden
public boolean isHidden()
-
getField
public com.ibm.j9ddr.vm29.pointer.generated.J9ROMFieldShapePointer getField()
-
getOffsetOrAddress
public UDATA getOffsetOrAddress()
-
getName
public String getName() throws CorruptDataException
- Throws:
CorruptDataException
-
getSignature
public String getSignature() throws CorruptDataException
- Throws:
CorruptDataException
-
-