Uses of Interface
org.eclipse.mat.hprof.IHprofParserHandler

Packages that use IHprofParserHandler
org.eclipse.mat.hprof Parser for HPROF dumps, just a parser extension, not an Application Programming Interface (API). 
 

Uses of IHprofParserHandler in org.eclipse.mat.hprof
 

Classes in org.eclipse.mat.hprof that implement IHprofParserHandler
 class HprofParserHandlerImpl
           
 

Constructors in org.eclipse.mat.hprof with parameters of type IHprofParserHandler
Pass1Parser(IHprofParserHandler handler, SimpleMonitor.Listener monitor)
           
Pass2Parser(IHprofParserHandler handler, SimpleMonitor.Listener monitor)