Uses of Interface
org.netbeans.insane.model.HeapModel

Packages that use HeapModel
org.netbeans.insane.model   
 

Uses of HeapModel in org.netbeans.insane.model
 

Methods in org.netbeans.insane.model that return HeapModel
static HeapModel Support.openSimpleBinaryDump(java.io.File file)
          Opens a binary dump of the heap created by conversion from the XML dump produced by SimpleXmlVisitor.
static HeapModel Support.parseSimpleXMLDump(java.io.File file)
          Parses a XML dump of the heap created by the SimpleXmlVisitor.
 

Methods in org.netbeans.insane.model with parameters of type HeapModel
static void Support.findRoots(HeapModel model, Item itm, boolean weak)