|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.dtfj.analyzer.util.ClassDirectory
public class ClassDirectory
A directory which will return scanner objects for a desired JavaClass. Objects are cached in the directory to speed access.
Constructor Summary | |
---|---|
ClassDirectory()
|
Method Summary | |
---|---|
ClassScanner |
expandClass(com.ibm.dtfj.java.JavaClass cls)
Given a class we return an object that can be used to scan the fields of an instance of that class. |
void |
visitReferences(com.ibm.dtfj.java.JavaObject obj,
ObjectObserver obs,
java.lang.Object context)
Visit all the references from the given object |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ClassDirectory()
Method Detail |
---|
public ClassScanner expandClass(com.ibm.dtfj.java.JavaClass cls)
cls
- the class to find a scanner for
public void visitReferences(com.ibm.dtfj.java.JavaObject obj, ObjectObserver obs, java.lang.Object context) throws com.ibm.dtfj.image.CorruptDataException
obj
- the object to scan for referencesobs
- the observer to pass the references tocontext
- a context which will be passed to the object processing routine
com.ibm.dtfj.image.CorruptDataException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |