asObjectDeclaration

abstract override fun asObjectDeclaration(): KoObjectDeclaration?

Deprecated

Will be removed in version 0.19.0

Replace with

sourceDeclaration?.asObjectDeclaration()

Represents the object declaration associated with this declaration.

Return

the object declaration associated with this declaration.