quarkdown
Toggle table of contents
latest
jvm
Platform filter
jvm
Switch theme
Search in API
quarkdown
quarkdown-quarkdoc
/
com.quarkdown.quarkdoc.dokka.transformers.name
/
Renaming
Renaming
data
class
Renaming
(
val
oldName
:
String
,
val
newName
:
String
)
A renaming of a function or parameter via the
@Name
annotation.
Members
Constructors
Renaming
Link copied to clipboard
constructor
(
oldName
:
String
,
newName
:
String
)
Properties
new
Name
Link copied to clipboard
val
newName
:
String
the new name
old
Name
Link copied to clipboard
val
oldName
:
String
the original name