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())

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

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