kotlin-algebraic-types-plugin / org.drx.plugin.algebraictypes.extension / Identifier

Identifier

interface IdentifierBase classes and interfaces

Properties

name

Type name

abstract val name: String

packageName

Package, the type belongs to

abstract val packageName: String

sourceFolder

Source folder, the type belongs to

abstract val sourceFolder: String

Extension Functions

fullName

fun Identifier.fullName(): String

Inheritors

Type

interface Type : Identifier