arrow-optics-ksp-plugin
1.1.3-alpha.22
arrow-optics-ksp-plugin
/
arrow.optics.plugin.internals
/
ADT
ADT
data
class
ADT
(
val
pckg
:
KSName
,
val
declaration
:
KSClassDeclaration
,
val
targets
:
List
<
Target
>
)
Content copied to clipboard
Constructors
Functions
Properties
Constructors
ADT
Link copied to clipboard
fun
ADT
(
pckg
:
KSName
,
declaration
:
KSClassDeclaration
,
targets
:
List
<
Target
>
)
Content copied to clipboard
Functions
plus
Link copied to clipboard
operator
fun
Snippet
.
plus
(
snippet
:
Snippet
)
:
Snippet
Content copied to clipboard
Properties
declaration
Link copied to clipboard
val
declaration
:
KSClassDeclaration
Content copied to clipboard
packageName
Link copied to clipboard
val
packageName
:
String
Content copied to clipboard
pckg
Link copied to clipboard
val
pckg
:
KSName
Content copied to clipboard
simpleName
Link copied to clipboard
val
simpleName
:
String
Content copied to clipboard
sourceClassName
Link copied to clipboard
val
sourceClassName
:
String
Content copied to clipboard
sourceName
Link copied to clipboard
val
sourceName
:
String
Content copied to clipboard
targets
Link copied to clipboard
val
targets
:
List
<
Target
>
Content copied to clipboard