metro
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
metro
gradle-plugin
/
dev.zacsweers.metro.gradle.analysis
/
DominatorNode
Dominator
Node
@
Serializable
data
class
DominatorNode
(
val
key
:
String
,
val
bindingKind
:
String
,
val
dominatedCount
:
Int
,
val
dominatedKeys
:
List
<
String
>
)
(
source
)
A node in the dominator tree with its dominated nodes.
Members
Constructors
Dominator
Node
Link copied to clipboard
constructor
(
key
:
String
,
bindingKind
:
String
,
dominatedCount
:
Int
,
dominatedKeys
:
List
<
String
>
)
Properties
binding
Kind
Link copied to clipboard
val
bindingKind
:
String
dominated
Count
Link copied to clipboard
val
dominatedCount
:
Int
dominated
Keys
Link copied to clipboard
val
dominatedKeys
:
List
<
String
>
key
Link copied to clipboard
val
key
:
String