container Data
abstract fun containerData(declarationContainer: ImmutableKmDeclarationContainer, className: ClassName, parentClassName: ClassName?): ContainerData
Content copied to clipboard
Creates a new ContainerData instance for a given declarationContainer.
Parameters
declarationContainer
the source ImmutableKmDeclarationContainer to read from.
className
the ClassName of the target class to to read from.
parentClassName
the parent ClassName name if declarationContainer is nested, inner, or is a companion object.