Class HashEntriesQuery
- java.lang.Object
-
- org.eclipse.mat.inspections.collections.HashEntriesQuery
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
HashEntriesQuery.Result
-
Field Summary
Fields Modifier and Type Field Description String
array_attribute
String
collection
String
key_attribute
IHeapObjectArgument
objects
ISnapshot
snapshot
String
value_attribute
-
Constructor Summary
Constructors Constructor Description HashEntriesQuery()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HashEntriesQuery.Result
execute(IProgressListener listener)
The execute method is called after all arguments have been injected into the query instance.
-
-
-
Method Detail
-
execute
public HashEntriesQuery.Result execute(IProgressListener listener) throws Exception
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.
-
-