- java.lang.Object
-
- com.ibm.j9ddr.view.dtfj.image.J9DDRImageSection
-
- All Implemented Interfaces:
ImageSection
public class J9DDRImageSection extends Object implements ImageSection
-
-
Constructor Summary
Constructors Constructor Description J9DDRImageSection(IProcess proc, long address, long size, String name)
J9DDRImageSection(IProcess proc, long address, String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setSize(long size)
-
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.ImageSection
getBaseAddress, getName, getProperties, getSize, isExecutable, isReadOnly, isShared
-
-