Uses of Class
org.eclipse.mat.parser.internal.util.ParserRegistry.Parser

Packages that use ParserRegistry.Parser
org.eclipse.mat.parser.internal Implementations for building the snapshot (not API). 
org.eclipse.mat.parser.internal.util Input/output utilities for the parser component (not API). 
 

Uses of ParserRegistry.Parser in org.eclipse.mat.parser.internal
 

Methods in org.eclipse.mat.parser.internal with parameters of type ParserRegistry.Parser
 SnapshotImpl SnapshotImplBuilder.create(ParserRegistry.Parser parser, IProgressListener listener)
           
 

Uses of ParserRegistry.Parser in org.eclipse.mat.parser.internal.util
 

Subclasses of ParserRegistry.Parser in org.eclipse.mat.parser.internal.util
 class ParserRegistry.DynamicParser
          This is not a real parser - but a place holder.
 

Methods in org.eclipse.mat.parser.internal.util that return ParserRegistry.Parser
 ParserRegistry.Parser ParserRegistry.createDelegate(IConfigurationElement configElement)
           
 ParserRegistry.Parser ParserRegistry.lookupParser(String uniqueIdentifier)
           
 

Methods in org.eclipse.mat.parser.internal.util that return types with arguments of type ParserRegistry.Parser
 Collection<ParserRegistry.Parser> ParserRegistry.delegates()
           
 List<ParserRegistry.Parser> ParserRegistry.matchParser(String fileName)