Package org.eclipse.mat.hprof
Class EnhancerRegistry.Enhancer
- java.lang.Object
-
- org.eclipse.mat.hprof.EnhancerRegistry.Enhancer
-
- Enclosing class:
- EnhancerRegistry
public static class EnhancerRegistry.Enhancer extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Enhancer(IConfigurationElement configElement)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IParsingEnhancer
parser()
IRuntimeEnhancer
runtime()
-
-
-
Constructor Detail
-
Enhancer
public Enhancer(IConfigurationElement configElement)
-
-
Method Detail
-
parser
public IParsingEnhancer parser()
-
runtime
public IRuntimeEnhancer runtime()
-
-