- java.lang.Object
-
- com.ibm.j9ddr.view.dtfj.image.J9DDRImagePointer
-
- All Implemented Interfaces:
ImagePointer
public class J9DDRImagePointer extends Object implements ImagePointer
-
-
Constructor Summary
Constructors Constructor Description J9DDRImagePointer(IProcess proc, long address)
-
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
-
J9DDRImagePointer
public J9DDRImagePointer(IProcess proc, long address)
-
-