| 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 |
|---|---|
CompareTablesQuery.Operation |
CompareTablesQuery.setOp |
| Modifier and Type | Method and Description |
|---|---|
static CompareTablesQuery.Operation |
CompareTablesQuery.Operation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CompareTablesQuery.Operation[] |
CompareTablesQuery.Operation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
TableComparisonResult(List<org.eclipse.mat.internal.snapshot.inspections.CompareTablesQuery.ComparedRow> rows,
Column key,
List<CompareTablesQuery.ComparedColumn> comparedColumns,
CompareTablesQuery.Mode mode,
CompareTablesQuery.Operation setOp) |