shark
3.0-alpha-8
jvm
shark
/
shark
/
PathFindingResults
Path
Finding
Results
class
PathFindingResults
(
val
pathsToLeakingObjects
:
List
<
ReferencePathNode
>
,
val
dominatorTree
:
DominatorTree
?
)
Members
Constructors
Path
Finding
Results
Link copied to clipboard
constructor
(
pathsToLeakingObjects
:
List
<
ReferencePathNode
>
,
dominatorTree
:
DominatorTree
?
)
Properties
dominator
Tree
Link copied to clipboard
val
dominatorTree
:
DominatorTree
?
paths
To
Leaking
Objects
Link copied to clipboard
val
pathsToLeakingObjects
:
List
<
ReferencePathNode
>