org.eclipse.mat.query
Interface IContextObject

All Known Subinterfaces:
IContextObjectSet

public interface IContextObject

Interface to describe the heap objects.

Rows in tables or tree represent a set of objects. Using a ContextProvider, the Memory Analyzer determines the object set associated with a row and is able to execute other queries on this set.

If a row represents more than one object, use IContextObjectSet. *

See Also:
ContextProvider, IContextObjectSet

Method Summary
 int getObjectId()
          Returns the object id.
 

Method Detail

getObjectId

int getObjectId()
Returns the object id.