Uses of Enum
org.eclipse.mat.internal.snapshot.inspections.DominatorQuery.Grouping
Packages that use DominatorQuery.Grouping
Package
Description
These are queries for dominator tree and paths to/from garbage collection roots.
-
Uses of DominatorQuery.Grouping in org.eclipse.mat.internal.snapshot.inspections
Fields in org.eclipse.mat.internal.snapshot.inspections declared as DominatorQuery.GroupingMethods in org.eclipse.mat.internal.snapshot.inspections that return DominatorQuery.GroupingModifier and TypeMethodDescriptionDominatorQuery.Tree.getGroupedBy()
static DominatorQuery.Grouping
Returns the enum constant of this type with the specified name.static DominatorQuery.Grouping[]
DominatorQuery.Grouping.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.eclipse.mat.internal.snapshot.inspections with parameters of type DominatorQuery.GroupingModifierConstructorDescriptionTree
(ISnapshot snapshot, int[] roots, DominatorQuery.Grouping groupedBy)