Package org.eclipse.mat.query
Interface IContextObjectSet
- All Superinterfaces:
IContextObject
Interface to describe a set of objects.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionint[]
Context for a row representing several objects.getOQL()
(Optionally) return the OQL representing this set of objects.Methods inherited from interface org.eclipse.mat.query.IContextObject
getObjectId
-
Method Details
-
getObjectIds
int[] getObjectIds()Context for a row representing several objects.- Returns:
- the set of objects.
-
getOQL
String getOQL()(Optionally) return the OQL representing this set of objects.- Returns:
- an OQL query representing this set of objects
-