Uses of Class
org.eclipse.mat.internal.snapshot.inspections.CompareTablesQuery.Operation

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

Uses of CompareTablesQuery.Operation in org.eclipse.mat.internal.snapshot.inspections
 

Fields in org.eclipse.mat.internal.snapshot.inspections declared as CompareTablesQuery.Operation
 CompareTablesQuery.Operation CompareTablesQuery.setOp
           
 

Methods in org.eclipse.mat.internal.snapshot.inspections that return CompareTablesQuery.Operation
static CompareTablesQuery.Operation CompareTablesQuery.Operation.valueOf(java.lang.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.
 

Constructors in org.eclipse.mat.internal.snapshot.inspections with parameters of type CompareTablesQuery.Operation
CompareTablesQuery.TableComparisonResult(java.util.List<org.eclipse.mat.internal.snapshot.inspections.CompareTablesQuery.ComparedRow> rows, Column key, java.util.List<CompareTablesQuery.ComparedColumn> comparedColumns, CompareTablesQuery.Mode mode, CompareTablesQuery.Operation setOp)