|
|||||||||
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.OneImageStackFrame
public class OneImageStackFrame
Print basic information about one DTFJ ImageStackFrame object.
Constructor Summary | |
---|---|
OneImageStackFrame()
Null constructor for use as JavaBean |
Method Summary | |
---|---|
boolean |
checkForDuplicate(OneImageStackFrame other)
Check if this stack frame is a potential duplicate of another stack frame |
static OneImageStackFrame |
getInstance(IAnalyzerContext context,
com.ibm.dtfj.image.ImageStackFrame parent)
Find the OneImageStackFrame bean instance associated with a given parent ImageStackFrame (create it if necessary) |
IAnalysisReport |
produceReport()
Generate a report which will be encapsulated in the IAnalysisReport object for later use by some formatter. |
void |
setParent(java.lang.Object parent)
Set the parent ImageStackFrame underlying this analyzer bean. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OneImageStackFrame()
Method Detail |
---|
public static OneImageStackFrame getInstance(IAnalyzerContext context, com.ibm.dtfj.image.ImageStackFrame parent)
context
- the AnalyzerContext in which to locate this bean instanceparent
- the parent ImageStackFrame underlying this analyzer bean
public void setParent(java.lang.Object parent)
setParent
in interface IWrapper
setParent
in class SimpleAnalyzerBean
parent
- The parent object to set. Must be of type ImageStackFrame.
compatible with the type of analyzer bean that receives itIWrapper.setParent(java.lang.Object)
public IAnalysisReport produceReport()
IReport
produceReport
in interface IReport
produceReport
in class SimpleAnalyzerBean
IReport.produceReport()
public boolean checkForDuplicate(OneImageStackFrame other)
other
- the other stack frame to compare against this one
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |