ADT

data class ADT(val pckg: KSName, val declaration: KSClassDeclaration, val targets: List<Target>)

Constructors

Link copied to clipboard
fun ADT(pckg: KSName, declaration: KSClassDeclaration, targets: List<Target>)

Functions

Link copied to clipboard
operator fun Snippet.plus(snippet: Snippet): Snippet

Properties

Link copied to clipboard
Link copied to clipboard
val declaration: KSClassDeclaration
Link copied to clipboard
Link copied to clipboard
val pckg: KSName
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard