DRI

data class DRI(packageName: String?, classNames: String?, callable: Callable?, target: DriTarget, extra: String?)

DRI stands for DokkaResourceIdentifier

Constructors

DRI
Link copied to clipboard
fun DRI(packageName: String? = null, classNames: String? = null, callable: Callable? = null, target: DriTarget = PointingToDeclaration, extra: String? = null)

Types

Companion
Link copied to clipboard
object Companion

Functions

toString
Link copied to clipboard
open override fun toString(): String

Properties

callable
Link copied to clipboard
val callable: Callable? = null
classNames
Link copied to clipboard
val classNames: String? = null
extra
Link copied to clipboard
val extra: String? = null
packageName
Link copied to clipboard
val packageName: String? = null
target
Link copied to clipboard
val target: DriTarget

Extensions

isJvmName
Link copied to clipboard
fun DRI.isJvmName(): Boolean
parent
Link copied to clipboard
val DRI.parent: DRI
sureClassNames
Link copied to clipboard
val DRI.sureClassNames: String
withClass
Link copied to clipboard
fun DRI.withClass(name: String): DRI
withTargetToDeclaration
Link copied to clipboard
fun DRI.withTargetToDeclaration(): DRI