WithScope

interface WithScope

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String

Properties

classlikes
Link copied to clipboard
abstract val classlikes: List<DClasslike>
functions
Link copied to clipboard
abstract val functions: List<DFunction>
properties
Link copied to clipboard
abstract val properties: List<DProperty>

Inheritors

DClasslike
Link copied to clipboard
DPackage
Link copied to clipboard
DEnumEntry
Link copied to clipboard