| java.lang.Object org.netbeans.insane.impl.InsaneEngine
InsaneEngine | final public class InsaneEngine (Code) | | InsaneEngine is the implementation of the unified heap walking algorithm,
which can recognize and visit both member and class fields of objects
on the heap. It starts from a set of root objects and notifies the registered
visitor about all found instances. It can also check the objects against
a provided filter to implement bounded heap scan.
author: Nenik |
InsaneEngine | public InsaneEngine(Filter f, Visitor v, boolean analyzeStatic)(Code) | | Creates a new instance of InsaneEngine
Parameters: f - Filter, can be null. |
|
|