Class I32Pointer
java.lang.Object
com.ibm.j9ddr.vm29.j9.DataType
com.ibm.j9ddr.vm29.pointer.AbstractPointer
com.ibm.j9ddr.vm29.pointer.Pointer
com.ibm.j9ddr.vm29.pointer.IDATAPointer
com.ibm.j9ddr.vm29.pointer.I32Pointer
- 
Field Summary
FieldsFields declared in class AbstractPointer
addressFields declared in class DataType
BITFIELD_FORMAT, pointerPackageName, process, SIZEOF_BOOL, structurePackageName - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionadd(long count) addOffset(long offset) at(long index) static I32Pointercast(long address) static I32Pointercast(AbstractPointer pointer) static I32Pointersub(long count) subOffset(long offset) untag()untag(long mask) Methods declared in class IDATAPointer
sizeOfBaseType, subMethods declared in class AbstractPointer
allBitsIn, anyBitsIn, compare, eq, formatFullInteractive, getAddress, getAddressSpace, getBaseCharAtOffset, getBoolAtOffset, getByteAtOffset, getBytesAtOffset, getDoubleAtOffset, getFloatAtOffset, getHexAddress, getHexValue, getIDATAAtOffset, getIntAtOffset, getLongAtOffset, getObjectClassAtOffset, getObjectMonitorAtOffset, getObjectReferenceAtOffset, getPointerAtOffset, getShortAtOffset, getTargetName, getUDATAAtOffset, gt, gte, hexAt, hexAt, isNull, longValue, lt, lte, nonNullAddress, notNull, reportClassCacheStats, subMethods declared in class DataType
formatShortInteractive, getJ9RASPointer, getPointerPackageName, getProcess, getStructure, getStructure, getStructure, getStructurePackageName, init, setJ9RASPointer 
- 
Field Details
- 
SIZEOF
public static final int SIZEOF- See Also:
 
 - 
NULL
 
 - 
 - 
Constructor Details
- 
I32Pointer
protected I32Pointer(long address)  
 - 
 - 
Method Details
- 
cast
 - 
cast
 - 
cast
 - 
at
- Throws:
 CorruptDataException
 - 
at
- Throws:
 CorruptDataException
 - 
untag
 - 
untag
 - 
add
 - 
add
 - 
addOffset
 - 
addOffset
 - 
sub
 - 
sub
 - 
subOffset
 - 
subOffset
 
 -