Class Path2GCRootsQuery
java.lang.Object
org.eclipse.mat.internal.snapshot.inspections.Path2GCRootsQuery
- All Implemented Interfaces:
IQuery
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionexecute
(IProgressListener listener) The execute method is called after all arguments have been injected into the query instance.
-
Field Details
-
snapshot
-
object
public int object -
excludes
-
numberOfPaths
public int numberOfPaths
-
-
Constructor Details
-
Path2GCRootsQuery
public Path2GCRootsQuery()
-
-
Method Details
-
execute
Description copied from interface:IQuery
The execute method is called after all arguments have been injected into the query instance. Typical results areTextResult
,CompositeResult
,SectionSpec
etc.
-