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 java.lang.String
array_attribute
java.lang.String
collection
java.lang.String
key_attribute
IHeapObjectArgument
objects
ISnapshot
snapshot
java.lang.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.
-
-
-
Field Detail
-
snapshot
public ISnapshot snapshot
-
objects
public IHeapObjectArgument objects
-
collection
public java.lang.String collection
-
array_attribute
public java.lang.String array_attribute
-
key_attribute
public java.lang.String key_attribute
-
value_attribute
public java.lang.String value_attribute
-
-
Method Detail
-
execute
public HashEntriesQuery.Result execute(IProgressListener listener) throws java.lang.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.
-
-