org.eclipse.mat.internal.snapshot.inspections
Class DominatorQuery.Tree
java.lang.Object
org.eclipse.mat.internal.snapshot.inspections.DominatorQuery.Tree
- All Implemented Interfaces:
- IResult, IResultTree, IStructuredResult
- Enclosing class:
- DominatorQuery
public abstract static class DominatorQuery.Tree
- extends Object
- implements IResultTree
DominatorQuery.Tree
public DominatorQuery.Tree(ISnapshot snapshot,
int[] roots,
DominatorQuery.Grouping groupedBy)
getGroupedBy
public DominatorQuery.Grouping getGroupedBy()
getRoots
public int[] getRoots()
getResultMetaData
public ResultMetaData getResultMetaData()
- Description copied from interface:
IResult
- (Optionally) Return meta data of the result needed to fine-tune the
display of the result.
This could include an additional context, an additional query to run on
selected data from the result , additional calculated columns,
or an indication that the results are already presorted.
- Specified by:
getResultMetaData
in interface IResult