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
 int[] getObjectIds()
          The set of objects.
 java.lang.String getOQL()
          (Optionally) return the OQL representing this set of objects.
 
Methods inherited from interface org.eclipse.mat.query.IContextObject
getObjectId
 

Method Detail

getObjectIds

int[] getObjectIds()
The set of objects.


getOQL

java.lang.String getOQL()
(Optionally) return the OQL representing this set of objects.