ExceptionInSupertypes

data class ExceptionInSupertypes(exceptions: SourceSetDependent<List<TypeConstructor>>) : ExtraProperty<Documentable>

Types

Companion
Link copied to clipboard
object Companion : ExtraProperty.Key<Documentable, ExceptionInSupertypes>

Functions

component1
Link copied to clipboard
operator fun component1(): SourceSetDependent<List<TypeConstructor>>
copy
Link copied to clipboard
fun copy(exceptions: SourceSetDependent<List<TypeConstructor>>): ExceptionInSupertypes
equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

exceptions
Link copied to clipboard
val exceptions: SourceSetDependent<List<TypeConstructor>>
key
Link copied to clipboard
open override val key: ExtraProperty.Key<Documentable, *>