Package org.eclipse.mat.inspections
Class FindLeaksQuery2.AccumulationPoint
- java.lang.Object
-
- org.eclipse.mat.inspections.FindLeaksQuery.AccumulationPoint
-
- org.eclipse.mat.inspections.FindLeaksQuery2.AccumulationPoint
-
- Enclosing class:
- FindLeaksQuery2
public static class FindLeaksQuery2.AccumulationPoint extends FindLeaksQuery.AccumulationPoint
-
-
Constructor Summary
Constructors Constructor Description AccumulationPoint(IObject object, long retainedSize, int[] path)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int[]
getPath()
long
getRetainedHeapSize()
-
Methods inherited from class org.eclipse.mat.inspections.FindLeaksQuery.AccumulationPoint
getObject
-
-
-
-
Constructor Detail
-
AccumulationPoint
public AccumulationPoint(IObject object, long retainedSize, int[] path)
-
-
Method Detail
-
getRetainedHeapSize
public long getRetainedHeapSize()
- Overrides:
getRetainedHeapSize
in classFindLeaksQuery.AccumulationPoint
-
getPath
public int[] getPath()
-
-