Interface IContextObjectSet

All Superinterfaces:
IContextObject

public interface IContextObjectSet extends IContextObject
Interface to describe a set of objects.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    int[]
    Context for a row representing several objects.
    (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