Package org.eclipse.mat.query
Interface IContextObjectSet
-
- All Superinterfaces:
IContextObject
public interface IContextObjectSet extends IContextObject
Interface to describe a set of objects.- See Also:
ContextProvider
,IContextObject
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int[]
getObjectIds()
Context for a row representing several objects.java.lang.String
getOQL()
(Optionally) return the OQL representing this set of objects.-
Methods inherited from interface org.eclipse.mat.query.IContextObject
getObjectId
-
-