RemoteTree

class RemoteTree(val root: Long, nodes: Collection<RemoteNode>, limits: RemoteLimits = RemoteLimits())(source)

Validated immutable rooted declaration tree; each component and modifier has a unique identity. Construction rejects cycles, shared children, unreachable records, and excess depth or node count.

Constructors

Link copied to clipboard
constructor(root: Long, nodes: Collection<RemoteNode>, limits: RemoteLimits = RemoteLimits())

Properties

Link copied to clipboard
Link copied to clipboard
val root: Long

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int