|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectTranslatableAnalyzer
com.ibm.dtfj.analyzer.base.SimpleAnalyzerBean
com.ibm.dtfj.analyzer.helpers.OneImageSection
com.ibm.dtfj.analyzer.helpers.sov.OneImageSection
public class OneImageSection
Print basic information about one DTFJ ImageSection object. Special implementation to work around a defect in DTFJ on Sovereign: ImageSections for the stack areas are backwards, i.e. the base is actually the high address, not the low address.
Constructor Summary | |
---|---|
OneImageSection()
Null constructor for use as JavaBean |
Method Summary | |
---|---|
void |
fixupImageSection()
Attempt to fix-up this OneImageSection object, to compensate for incorrect reporting of some stack ImageSections in the underlying DTFJ implementation. |
void |
setAnnotation(java.lang.String annotation)
Set-up a descriptive text associated with this section. |
Methods inherited from class com.ibm.dtfj.analyzer.helpers.OneImageSection |
---|
addToContentSummary, getAnnotation, getBase, getCachingPriority, getCRC32, getInstance, getSize, getSizeAsString, isAddressInRange, isNull, isNull, isOtherSectionInRange, isOtherSectionInRange, isPointerInRange, isSameRange, printContentSummary, printRawContents, produceReport, setParent, substituteParent |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OneImageSection()
Method Detail |
---|
public void fixupImageSection()
public void setAnnotation(java.lang.String annotation)
OneImageSection
setAnnotation
in class OneImageSection
annotation
- the annotattion to associate with this sectionOneImageSection.setAnnotation(java.lang.String)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |