NodeWithOptionalLabel

A node that has an optional label.

Inheritors

Functions

Link copied to clipboard
abstract fun getLabel(): Optional<SimpleName>
Link copied to clipboard
Link copied to clipboard
abstract fun removeLabel(): T
Link copied to clipboard
abstract fun setLabel(label: SimpleName): T
open fun setLabel(label: String): T