Class ModuleImageSection
java.lang.Object
com.ibm.dtfj.image.j9.ImageSection
com.ibm.dtfj.image.j9.ModuleImageSection
- All Implemented Interfaces:
 ImageSection
- 
Constructor Summary
Constructors - 
Method Summary
Methods declared in class ImageSection
getBaseAddress, getProperties, getSize, isExecutable, isReadOnly, isShared 
- 
Constructor Details
- 
ModuleImageSection
 
 - 
 - 
Method Details
- 
getName
Description copied from interface:ImageSectionGets the name of this section. Some memory sections are named. For example, the executable data in a module is typically called ".text". For memory sections without a specific name, a placeholder string will be returned. This method will never return null.- Returns:
 - non-null name String.
 
 
 -