QualifiedName

abstract class QualifiedName(source)

A fully qualified name of a declaration.

Inheritors

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun asString(): String

The name as a Kotlin name string (i.e. using . to separate the segments).

Link copied to clipboard
abstract fun segments(): List<String>

All segments of the name.

Link copied to clipboard
override fun toString(): String