Package | Description |
---|---|
org.eclipse.mat.inspections |
These are general queries.
|
org.eclipse.mat.inspections.collections |
These are queries for Collection classes.
|
org.eclipse.mat.inspections.osgi |
These are queries for examining OSGi bundles.
|
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.
|
org.eclipse.mat.jdt |
Links class names to the class source in an Eclipse IDE, not an Application Programming Interface (API).
|
org.eclipse.mat.query |
Package for examining and controlling results of running queries.
|
org.eclipse.mat.query.refined |
A way of controlling the detail given by the output of a query.
|
org.eclipse.mat.query.results |
Default Query Result Implementations.
|
org.eclipse.mat.snapshot |
The Snapshot API, a VM independent way of looking at a snapshot of the state of objects in a heap.
|
org.eclipse.mat.ui.internal.browser |
Examine list of queries and query history - user interface (not API).
|
org.eclipse.mat.ui.snapshot.actions |
Supplementary actions to open a snapshot, copy to clipboard, open icon assist and so on - user interface (not API).
|
Modifier and Type | Method and Description |
---|---|
IContextObject |
BigDropsQuery.getContext(Object row) |
IContextObject |
ImmediateDominatorsQuery.ResultImpl.getContext(Object row) |
IContextObject |
FindLeaksQuery.SuspectsResultTable.getContext(Object row) |
IContextObject |
DuplicatedClassesQuery.getContext(Object element) |
Modifier and Type | Method and Description |
---|---|
IContextObject |
HashEntriesQuery.Result.getContext(Object row) |
Modifier and Type | Method and Description |
---|---|
IContextObject |
BundleRegistryQuery.BundleTreeResult.getContext(Object row) |
Constructor and Description |
---|
HeapObjectContextArgument(ISnapshot snapshot,
List<IContextObject> context,
String label) |
Modifier and Type | Method and Description |
---|---|
IContextObject |
Path2GCRootsQuery.Tree.getContext(Object row) |
IContextObject |
CompareTablesQuery.TableComparisonResult.getContext(Object row) |
Modifier and Type | Field and Description |
---|---|
IContextObject |
OpenSourceFileQuery.subject |
Modifier and Type | Interface and Description |
---|---|
interface |
IContextObjectSet
Interface to describe a set of objects.
|
Modifier and Type | Method and Description |
---|---|
IContextObject |
IResultPie.Slice.getContext() |
IContextObject |
IStructuredResult.getContext(Object row)
The default context of the row which is used to display information in
the object inspector.
|
abstract IContextObject |
ContextProvider.getContext(Object row)
Return the context object associated with the specified row.
|
Modifier and Type | Method and Description |
---|---|
IContextObject |
RefinedStructuredResult.getContext(Object row) |
Modifier and Type | Method and Description |
---|---|
IContextObject |
PropertyResult.getContext(Object row) |
IContextObject |
ListResult.getContext(Object row) |
Modifier and Type | Method and Description |
---|---|
IContextObject |
Histogram.getContext(Object row) |
IContextObject |
Histogram.ClassLoaderTree.getContext(Object row) |
IContextObject |
Histogram.PackageTree.getContext(Object row) |
IContextObject |
Histogram.SuperclassTree.getContext(Object row) |
IContextObject |
UnreachableObjectsHistogram.getContext(Object row) |
Constructor and Description |
---|
Policy(List<IContextObject> menuContext,
String selectionLabel)
Determine whether to show this query:
Global context (no selection or heap available)
any context arg - disallow
Local context
context arg doesn't match available context - disallow
no context arg and no heap arg - disallow (no point in operating on a selection)
|
Modifier and Type | Field and Description |
---|---|
List<IContextObject> |
CopyOQL.elements |
List<IContextObject> |
CopyActions.elements |
List<IContextObject> |
SaveValueAsQuery.objects |