Uses of Interface
org.eclipse.mat.snapshot.model.IInstance
Packages that use IInstance
Package
Description
These are general queries.
Code for reading data from collections found in a snapshot.
The implementation of key snapshot objects such as representing classes, arrays, and objects in the snapshot.
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 IInstanceModifier and TypeMethodDescriptionstatic ObjectReference
ReferenceQuery.getReferent
(IInstance instance) -
Uses of IInstance in org.eclipse.mat.internal.collectionextract
Methods in org.eclipse.mat.internal.collectionextract that return IInstanceModifier and TypeMethodDescriptionstatic IInstance
ExtractionUtils.followOnlyNonArrayOutgoingReference
(IObject obj) Get the only non-array object field from the object. -
Uses of IInstance in org.eclipse.mat.parser.model
Classes in org.eclipse.mat.parser.model that implement IInstanceModifier and TypeClassDescriptionclass
Implementation of a Java object representing a java.lang.ClassLoader object.class
Implementation of a plain Java object. -
Uses of IInstance in org.eclipse.mat.snapshot.model
Subinterfaces of IInstance in org.eclipse.mat.snapshot.model