Uses of Interface
org.eclipse.mat.parser.IIndexBuilder

Packages that use IIndexBuilder
org.eclipse.mat.dtfj This provides the parser for IBM Diagnostic Tooling Framework for Java (DTFJ) dumps, and is just a parser extension, not an Application Programming Interface (API). 
org.eclipse.mat.hprof Parser for HPROF dumps, just a parser extension, not an Application Programming Interface (API). 
 

Uses of IIndexBuilder in org.eclipse.mat.dtfj
 

Classes in org.eclipse.mat.dtfj that implement IIndexBuilder
 class DTFJIndexBuilder
          Reads and parses a DTFJ dump, building indexes which are then used by MAT to create a snapshot.
 

Uses of IIndexBuilder in org.eclipse.mat.hprof
 

Classes in org.eclipse.mat.hprof that implement IIndexBuilder
 class HprofIndexBuilder