Class DominatorQuery
java.lang.Object
org.eclipse.mat.internal.snapshot.inspections.DominatorQuery
- All Implemented Interfaces:
IQuery
- Direct Known Subclasses:
ShowInDominatorQuery
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static enum
static class
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionexecute
(IProgressListener listener) The execute method is called after all arguments have been injected into the query instance.
-
Field Details
-
snapshot
-
groupBy
-
-
Constructor Details
-
DominatorQuery
public DominatorQuery()
-
-
Method Details
-
execute
Description copied from interface:IQuery
The execute method is called after all arguments have been injected into the query instance. Typical results areTextResult
,CompositeResult
,SectionSpec
etc.
-