- java.lang.Object
-
- com.ibm.dtfj.image.j9.ImageSection
-
- com.ibm.dtfj.image.j9.ModuleImageSection
-
- All Implemented Interfaces:
ImageSection
public class ModuleImageSection extends ImageSection
-
-
Constructor Summary
Constructors Constructor Description ModuleImageSection(String name, ImagePointer start, long size)
-
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.ImageSection
getBaseAddress, getName, getProperties, getSize, isExecutable, isReadOnly, isShared
-
-
-
-
Constructor Detail
-
ModuleImageSection
public ModuleImageSection(String name, ImagePointer start, long size)
-
-