Callable

data class Callable(val name: String, val receiver: TypeReference? = null, val params: List<TypeReference>)

Constructors

Link copied to clipboard
constructor(name: String, receiver: TypeReference? = null, params: List<TypeReference>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val receiver: TypeReference? = null

Functions

Link copied to clipboard