RemoteNode
class RemoteNode(val declaration: RemoteDeclaration, modifiers: List<RemoteDeclaration> = emptyList(), children: List<Long> = emptyList())(source)
Detached logical component with ordered active modifiers and child identities. Both collections are defensive immutable snapshots.
Constructors
Link copied to clipboard
constructor(declaration: RemoteDeclaration, modifiers: List<RemoteDeclaration> = emptyList(), children: List<Long> = emptyList())