|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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(java.lang.String uniqueIdentifier)
|
Methods in org.eclipse.mat.parser.internal.util that return types with arguments of type ParserRegistry.Parser | |
---|---|
java.util.Collection<ParserRegistry.Parser> |
ParserRegistry.delegates()
|
java.util.List<ParserRegistry.Parser> |
ParserRegistry.matchParser(java.lang.String fileName)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |