Uses of Interface
org.eclipse.mat.snapshot.query.IHeapObjectArgument

Packages that use IHeapObjectArgument
org.eclipse.mat.inspections These are general queries. 
org.eclipse.mat.inspections.collections These are queries for Collection classes. 
org.eclipse.mat.inspections.component These are queries for whole components (class loaders and packages). 
org.eclipse.mat.inspections.threads These are queries for Threads. 
org.eclipse.mat.internal.snapshot Collects arguments for queries. 
org.eclipse.mat.internal.snapshot.inspections These are queries for dominator tree and paths to/from garbage collection roots. 
 

Uses of IHeapObjectArgument in org.eclipse.mat.inspections
 

Fields in org.eclipse.mat.inspections declared as IHeapObjectArgument
 IHeapObjectArgument ClassLoaderExplorerQuery.objects
           
 IHeapObjectArgument ImmediateDominatorsQuery.objects
           
 IHeapObjectArgument GroupByValueQuery.objects
           
 IHeapObjectArgument RetainedSetQuery.objects
           
 IHeapObjectArgument CustomizedRetainedSetQuery.objects
           
 IHeapObjectArgument ReferenceQuery.objects
           
 IHeapObjectArgument FindStringsQuery.objects
           
 IHeapObjectArgument HistogramQuery.objects
           
 IHeapObjectArgument ClassReferrersQuery.objects
           
 IHeapObjectArgument ObjectListQuery.objects
           
 

Uses of IHeapObjectArgument in org.eclipse.mat.inspections.collections
 

Fields in org.eclipse.mat.inspections.collections declared as IHeapObjectArgument
 IHeapObjectArgument MapCollisionRatioQuery.objects
           
 IHeapObjectArgument ArrayFillRatioQuery.objects
           
 IHeapObjectArgument CollectionsBySizeQuery.objects
           
 IHeapObjectArgument CollectionFillRatioQuery.objects
           
 IHeapObjectArgument PrimitiveArraysWithAConstantValueQuery.objects
           
 IHeapObjectArgument HashEntriesQuery.objects
           
 IHeapObjectArgument ArraysBySizeQuery.objects
           
 

Uses of IHeapObjectArgument in org.eclipse.mat.inspections.component
 

Fields in org.eclipse.mat.inspections.component declared as IHeapObjectArgument
 IHeapObjectArgument ComponentReportQuery.objects
           
 

Uses of IHeapObjectArgument in org.eclipse.mat.inspections.threads
 

Fields in org.eclipse.mat.inspections.threads declared as IHeapObjectArgument
 IHeapObjectArgument ThreadStackQuery.objects
           
 IHeapObjectArgument ThreadInfoQuery.threadIds
           
 

Uses of IHeapObjectArgument in org.eclipse.mat.internal.snapshot
 

Methods in org.eclipse.mat.internal.snapshot that return IHeapObjectArgument
 IHeapObjectArgument HeapObjectParamArgument.create()
           
 

Methods in org.eclipse.mat.internal.snapshot with parameters of type IHeapObjectArgument
static ArgumentFactory HeapObjectArgumentFactory.build(ISnapshot snapshot, IHeapObjectArgument argument)
           
 

Uses of IHeapObjectArgument in org.eclipse.mat.internal.snapshot.inspections
 

Fields in org.eclipse.mat.internal.snapshot.inspections declared as IHeapObjectArgument
 IHeapObjectArgument MultiplePath2GCRootsQuery.objects
           
 IHeapObjectArgument ShowInDominatorQuery.objects