Callable

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

Constructors

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

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
fun signature(): String

Properties

Link copied to clipboard
val name: String
Link copied to clipboard
val params: List<TypeReference>
Link copied to clipboard
val receiver: TypeReference? = null