|
|||||||||
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.OneJavaObject
com.ibm.dtfj.analyzer.helpers.sov.OneJavaObject
public class OneJavaObject
Print and extract basic information about one DTFJ JavaObject - special version with Sovereign extensions
List all the fields, list all the object references, lookup a given field.
Constructor Summary | |
---|---|
OneJavaObject()
Null constructor for use as JavaBean |
Method Summary | |
---|---|
protected void |
printBasic(IAnalysisReport out)
Print the basic information related to this JavaObject as a segment of a report (whatever is not included in the extended description shown by printDesc()) |
void |
setParent(java.lang.Object parent)
Set the parent SovJavaObject underlying this analyzer bean. |
Methods inherited from class com.ibm.dtfj.analyzer.helpers.OneJavaObject |
---|
getCachingPriority, getFieldValue, getFieldValue, getInstance, getJavaObject, getOneJavaClass, getReferences, getTypeSignature, isNull, isNull, printFields, produceReport |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OneJavaObject()
Method Detail |
---|
public void setParent(java.lang.Object parent)
setParent
in interface IWrapper
setParent
in class OneJavaObject
parent
- The parent object to set. Must be of type SovJavaObject.
compatible with the type of analyzer bean that receives itIWrapper.setParent(java.lang.Object)
protected void printBasic(IAnalysisReport out)
OneJavaObject
printBasic
in class OneJavaObject
out
- a AnalysisReport object to which to write the outputOneJavaObject.printBasic(com.ibm.dtfj.analyzer.ext.IAnalysisReport)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |