PathFindingResults

class PathFindingResults(val pathsToLeakingObjects: List<ReferencePathNode>, val dominatorTree: DominatorTree?)

Constructors

Link copied to clipboard
constructor(pathsToLeakingObjects: List<ReferencePathNode>, dominatorTree: DominatorTree?)

Properties

Link copied to clipboard
Link copied to clipboard
val pathsToLeakingObjects: List<ReferencePathNode>