Class CopyOQL
java.lang.Object
org.eclipse.mat.ui.snapshot.actions.CopyOQL
- All Implemented Interfaces:
IQuery
Combines all the OQL queries associated with the IContextObjectSets into one big query.
-
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
-
elements
-
display
-
-
Constructor Details
-
CopyOQL
public CopyOQL()
-
-
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.
-