AncestryNode

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

Constructors

Link copied to clipboard
constructor(typeConstructor: TypeConstructor, superclass: AncestryNode?, interfaces: List<AncestryNode>)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions