as Class Or Interface Or Object Declaration
abstract override fun asClassOrInterfaceOrObjectDeclaration(): KoClassAndInterfaceAndObjectDeclaration?
Deprecated
Will be removed in version 0.19.0
Replace with
sourceDeclaration?.asClassOrInterfaceOrObjectDeclaration()
Content copied to clipboard
Represents the class, interface or object declaration associated with this declaration.
Return
the class, interface or object declaration associated with this declaration.