DominatorNode

@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.

Constructors

Link copied to clipboard
constructor(key: String, bindingKind: String, dominatedCount: Int, dominatedKeys: List<String>)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val key: String