Package | Description |
---|---|
org.eclipse.mat.internal.snapshot.inspections |
These are queries for dominator tree and paths to/from garbage collection roots.
|
Modifier and Type | Field and Description |
---|---|
DominatorQuery.Grouping |
DominatorQuery.groupBy |
Modifier and Type | Method and Description |
---|---|
DominatorQuery.Grouping |
DominatorQuery.Tree.getGroupedBy() |
static DominatorQuery.Grouping |
DominatorQuery.Grouping.valueOf(String name)
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.
|
Constructor and Description |
---|
DominatorQuery.Tree(ISnapshot snapshot,
int[] roots,
DominatorQuery.Grouping groupedBy) |