AbstractNodeProperty

abstract class AbstractNodeProperty<T>(val node: Node<T>) : NodeProperty<T>

Constructors

Link copied to clipboard
constructor(node: Node<T>)

Properties

Link copied to clipboard
open override val node: Node<T>

Functions

Link copied to clipboard
abstract fun cloneOnNewNode(node: Node<T>): NodeProperty<T>
Link copied to clipboard
open override fun toString(): String