Uses of Class
org.eclipse.mat.internal.snapshot.inspections.DominatorQuery.Tree

Packages that use DominatorQuery.Tree
org.eclipse.mat.internal.snapshot.inspections These are queries for dominator tree and paths to/from garbage collection roots. 
 

Uses of DominatorQuery.Tree in org.eclipse.mat.internal.snapshot.inspections
 

Methods in org.eclipse.mat.internal.snapshot.inspections that return DominatorQuery.Tree
static DominatorQuery.Tree DominatorQuery.Factory.create(ISnapshot snapshot, int[] roots, IProgressListener listener)
           
 DominatorQuery.Tree ShowInDominatorQuery.execute(IProgressListener listener)
           
 DominatorQuery.Tree DominatorQuery.execute(IProgressListener listener)
           
static DominatorQuery.Tree DominatorQuery.Factory.groupByClass(ISnapshot snapshot, int[] roots, IProgressListener listener)
           
static DominatorQuery.Tree DominatorQuery.Factory.groupByClassLoader(ISnapshot snapshot, int[] roots, IProgressListener listener)
           
static DominatorQuery.Tree DominatorQuery.Factory.groupByPackage(ISnapshot snapshot, int[] roots, IProgressListener listener)