Uses of Class
org.eclipse.mat.snapshot.SnapshotInfo

Packages that use SnapshotInfo
org.eclipse.mat.hprof.extension Extension point interfaces for HPROF dumps. 
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 The Snapshot API, a VM independent way of looking at a snapshot of the state of objects in a heap. 
 

Uses of SnapshotInfo in org.eclipse.mat.hprof.extension
 

Methods in org.eclipse.mat.hprof.extension with parameters of type SnapshotInfo
 void IParsingEnhancer.onParsingCompleted(SnapshotInfo snapshotInfo)
          The method within the process of initially parsing a heap dump, just after the snapshot and SnapshotInfo objects have been created.
 

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

Subclasses of SnapshotInfo in org.eclipse.mat.parser.model
 class XSnapshotInfo
          Basic information about the snapshot which can be updated as data is read from the dump.
 

Uses of SnapshotInfo in org.eclipse.mat.snapshot
 

Methods in org.eclipse.mat.snapshot that return SnapshotInfo
 SnapshotInfo ISnapshot.getSnapshotInfo()
          Get info object describing the snapshot.