- java.lang.Object
-
- com.ibm.dtfj.image.j9.ImageSection
-
- com.ibm.dtfj.image.j9.StackImageSection
-
- All Implemented Interfaces:
ImageSection
public class StackImageSection extends ImageSection
-
-
Constructor Summary
Constructors Constructor Description StackImageSection(ImagePointer stackStart, 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
-
StackImageSection
public StackImageSection(ImagePointer stackStart, long size)
-
-