toggle menu
core
1.9.10
jvm
switch theme
search in API
core
/
org.jetbrains.dokka.links
/
DRI
DRI
data
class
DRI
(
val
packageName
:
String
?
=
null
,
val
classNames
:
String
?
=
null
,
val
callable
:
Callable
?
=
null
,
val
target
:
DriTarget
=
PointingToDeclaration
,
val
extra
:
String
?
=
null
)
DRI
stands for DokkaResourceIdentifier
Members
Members & Extensions
Constructors
DRI
Link copied to clipboard
constructor
(
packageName
:
String
?
=
null
,
classNames
:
String
?
=
null
,
callable
:
Callable
?
=
null
,
target
:
DriTarget
=
PointingToDeclaration
,
extra
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
callable
Link copied to clipboard
val
callable
:
Callable
?
=
null
class
Names
Link copied to clipboard
val
classNames
:
String
?
=
null
extra
Link copied to clipboard
val
extra
:
String
?
=
null
package
Name
Link copied to clipboard
val
packageName
:
String
?
=
null
parent
Link copied to clipboard
val
DRI
.
parent
:
DRI
sure
Class
Names
Link copied to clipboard
val
DRI
.
sureClassNames
:
String
target
Link copied to clipboard
val
target
:
DriTarget
Functions
is
Jvm
Field
Link copied to clipboard
fun
DRI
.
isJvmField
(
)
:
Boolean
is
Jvm
Name
Link copied to clipboard
fun
DRI
.
isJvmName
(
)
:
Boolean
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
with
Class
Link copied to clipboard
fun
DRI
.
withClass
(
name
:
String
)
:
DRI
with
Enum
Entry
Extra
Link copied to clipboard
fun
DRI
.
withEnumEntryExtra
(
)
:
DRI
with
Target
To
Declaration
Link copied to clipboard
fun
DRI
.
withTargetToDeclaration
(
)
:
DRI