Uses of Interface
org.eclipse.mat.snapshot.model.IInstance

Packages that use IInstance
org.eclipse.mat.inspections These are general queries. 
org.eclipse.mat.parser.model The implementation of key snapshot objects such as representing classes, arrays, and objects in the snapshot. 
org.eclipse.mat.snapshot.model Snapshot entities, for example class, instances, class loaders, fields, GC roots. 
 

Uses of IInstance in org.eclipse.mat.inspections
 

Methods in org.eclipse.mat.inspections with parameters of type IInstance
static ObjectReference ReferenceQuery.getReferent(IInstance instance)
           
 

Uses of IInstance in org.eclipse.mat.parser.model
 

Classes in org.eclipse.mat.parser.model that implement IInstance
 class ClassLoaderImpl
          Implementation of a Java object representing a java.lang.ClassLoader object.
 class InstanceImpl
          Implementation of a plain Java object.
 

Uses of IInstance in org.eclipse.mat.snapshot.model
 

Subinterfaces of IInstance in org.eclipse.mat.snapshot.model
 interface IClassLoader
          An interface for class loader.