Uses of Interface
org.eclipse.mat.snapshot.query.IHeapObjectArgument
Package
Description
Parser for HPROF dumps,
just a parser extension, not an Application Programming Interface (API).
These are general queries.
These are queries for Collection classes.
These are queries for whole components (class loaders and packages).
These are queries for Threads.
Collects arguments for queries.
These are queries for dominator tree and paths to/from garbage collection roots.
-
Uses of IHeapObjectArgument in org.eclipse.mat.hprof
-
Uses of IHeapObjectArgument in org.eclipse.mat.inspections
Modifier and TypeFieldDescriptionClassLoaderExplorerQuery.objects
ClassReferrersQuery.objects
CustomizedRetainedSetQuery.objects
FindStringsQuery.objects
GroupByValueQuery.objects
HistogramQuery.objects
ImmediateDominatorsQuery.objects
ObjectListQuery.objects
ReferenceLeakQuery.objects
ReferenceQuery.objects
RetainedSetQuery.objects
-
Uses of IHeapObjectArgument in org.eclipse.mat.inspections.collections
-
Uses of IHeapObjectArgument in org.eclipse.mat.inspections.component
-
Uses of IHeapObjectArgument in org.eclipse.mat.inspections.threads
-
Uses of IHeapObjectArgument in org.eclipse.mat.internal.snapshot
Modifier and TypeMethodDescriptionstatic final ArgumentFactory
HeapObjectArgumentFactory.build
(ISnapshot snapshot, IHeapObjectArgument argument) -
Uses of IHeapObjectArgument in org.eclipse.mat.internal.snapshot.inspections