org.eclipse.mat.inspections
Class FindLeaksQuery.AccumulationPointOfGroupOfObject

java.lang.Object
  extended by org.eclipse.mat.inspections.FindLeaksQuery.AccumulationPoint
      extended by org.eclipse.mat.inspections.FindLeaksQuery.AccumulationPointOfGroupOfObject
Enclosing class:
FindLeaksQuery

public static class FindLeaksQuery.AccumulationPointOfGroupOfObject
extends FindLeaksQuery.AccumulationPoint


Constructor Summary
FindLeaksQuery.AccumulationPointOfGroupOfObject(IObject object, int[] commonPath, IMultiplePathsFromGCRootsComputer pathsComputer)
           
 
Method Summary
 int[] getCommonPath()
           
 IMultiplePathsFromGCRootsComputer getPathsComputer()
           
 
Methods inherited from class org.eclipse.mat.inspections.FindLeaksQuery.AccumulationPoint
getObject
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FindLeaksQuery.AccumulationPointOfGroupOfObject

public FindLeaksQuery.AccumulationPointOfGroupOfObject(IObject object,
                                                       int[] commonPath,
                                                       IMultiplePathsFromGCRootsComputer pathsComputer)
Method Detail

getCommonPath

public int[] getCommonPath()

getPathsComputer

public IMultiplePathsFromGCRootsComputer getPathsComputer()