| Package | Description |
|---|---|
| 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).
|
| Modifier and Type | Method and Description |
|---|---|
SnapshotImpl |
SnapshotImplBuilder.create(ParserRegistry.Parser parser,
IProgressListener listener) |
| Modifier and Type | Class and Description |
|---|---|
class |
ParserRegistry.DynamicParser
This is not a real parser - but a place holder.
|
| Modifier and Type | Method and Description |
|---|---|
ParserRegistry.Parser |
ParserRegistry.createDelegate(IConfigurationElement configElement) |
ParserRegistry.Parser |
ParserRegistry.lookupParser(String uniqueIdentifier) |
| Modifier and Type | Method and Description |
|---|---|
Collection<ParserRegistry.Parser> |
ParserRegistry.delegates() |
List<ParserRegistry.Parser> |
ParserRegistry.matchParser(String fileName) |