AncestryNode

data class AncestryNode(typeConstructor: TypeConstructor, superclass: AncestryNode?, interfaces: List<AncestryNode>)

Functions

allImplementedInterfaces
Link copied to clipboard
fun allImplementedInterfaces(): List<TypeConstructor>

Properties

interfaces
Link copied to clipboard
val interfaces: List<AncestryNode>
superclass
Link copied to clipboard
val superclass: AncestryNode?
typeConstructor
Link copied to clipboard
val typeConstructor: TypeConstructor