Uses of Class
org.eclipse.mat.parser.model.XSnapshotInfo

Packages that use XSnapshotInfo
org.eclipse.mat.hprof Parser for HPROF dumps, just a parser extension, not an Application Programming Interface (API). 
org.eclipse.mat.parser Interfaces for handling indexes. 
org.eclipse.mat.parser.internal Implementations for building the snapshot (not API). 
org.eclipse.mat.parser.internal.snapshot Utilities for performing basic operations on the snapshot (not API). 
 

Uses of XSnapshotInfo in org.eclipse.mat.hprof
 

Methods in org.eclipse.mat.hprof that return XSnapshotInfo
 XSnapshotInfo HprofParserHandlerImpl.getSnapshotInfo()
           
 XSnapshotInfo IHprofParserHandler.getSnapshotInfo()
           
 

Methods in org.eclipse.mat.hprof with parameters of type XSnapshotInfo
 void HprofParserHandlerImpl.beforePass1(XSnapshotInfo snapshotInfo)
           
 void IHprofParserHandler.beforePass1(XSnapshotInfo snapshotInfo)
           
 

Uses of XSnapshotInfo in org.eclipse.mat.parser
 

Methods in org.eclipse.mat.parser that return XSnapshotInfo
 XSnapshotInfo IPreliminaryIndex.getSnapshotInfo()
          Get basic information about the snapshot
 

Uses of XSnapshotInfo in org.eclipse.mat.parser.internal
 

Methods in org.eclipse.mat.parser.internal that return XSnapshotInfo
 XSnapshotInfo SnapshotImplBuilder.getSnapshotInfo()
           
 XSnapshotInfo SnapshotImpl.getSnapshotInfo()
           
 

Methods in org.eclipse.mat.parser.internal with parameters of type XSnapshotInfo
static SnapshotImpl SnapshotImpl.create(XSnapshotInfo snapshotInfo, java.lang.String objectReaderUniqueIdentifier, IObjectReader heapObjectReader, HashMapIntObject<ClassImpl> classCache, HashMapIntObject<XGCRootInfo[]> roots, HashMapIntObject<HashMapIntObject<XGCRootInfo[]>> rootsPerThread, BitField arrayObjects, IndexManager indexManager, IProgressListener listener)
           
 

Constructors in org.eclipse.mat.parser.internal with parameters of type XSnapshotInfo
SnapshotImplBuilder(XSnapshotInfo snapshotInfo)
           
 

Uses of XSnapshotInfo in org.eclipse.mat.parser.internal.snapshot
 

Constructors in org.eclipse.mat.parser.internal.snapshot with parameters of type XSnapshotInfo
RetainedSizeCache(XSnapshotInfo snapshotInfo)