Package org.eclipse.mat.inspections
Class OQLQuery
- java.lang.Object
-
- org.eclipse.mat.inspections.OQLQuery
-
-
Field Summary
Fields Modifier and Type Field Description List<IContextObject>
contexts
String
queryString
ISnapshot
snapshot
-
Constructor Summary
Constructors Constructor Description OQLQuery()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IOQLQuery.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
-
queryString
public String queryString
-
contexts
public List<IContextObject> contexts
-
-
Method Detail
-
execute
public IOQLQuery.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.
-
-