- java.lang.Object
-
- com.ibm.dtfj.image.j9.ImageSection
-
- All Implemented Interfaces:
ImageSection
- Direct Known Subclasses:
BytecodeImageSection
,JitImageSection
,ModuleImageSection
,RawImageSection
,StackImageSection
public abstract class ImageSection extends Object implements ImageSection
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
ImageSection(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
-
ImageSection
protected ImageSection(ImagePointer start, long size)
-
-