asClassDeclaration

abstract override fun asClassDeclaration(): KoClassDeclaration?

Deprecated

Will be removed in version 0.19.0

Replace with

sourceDeclaration?.asClassDeclaration()

Represents the class declaration associated with this declaration.

Return

the class declaration associated with this declaration.