- java.lang.Object
-
- com.ibm.dtfj.image.j9.ImagePointer
-
- All Implemented Interfaces:
ImagePointer
public class ImagePointer extends Object implements ImagePointer
-
-
Constructor Summary
Constructors Constructor Description ImagePointer(ImageAddressSpace resident, long localAddress)
-
Method Summary
-
Methods declared in class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods declared in interface com.ibm.dtfj.image.ImagePointer
add, equals, getAddress, getAddressSpace, getByteAt, getDoubleAt, getFloatAt, getIntAt, getLongAt, getPointerAt, getProperties, getShortAt, hashCode, isExecutable, isReadOnly, isShared
-
-
-
-
Constructor Detail
-
ImagePointer
public ImagePointer(ImageAddressSpace resident, long localAddress)
-
-