Package org.eclipse.mat.inspections
Class OQLQuery
- java.lang.Object
-
- org.eclipse.mat.inspections.OQLQuery
-
-
Field Summary
Fields Modifier and Type Field Description java.util.List<IContextObject>
contexts
java.lang.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 java.lang.String queryString
-
contexts
public java.util.List<IContextObject> contexts
-
-
Method Detail
-
execute
public IOQLQuery.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.
-
-