Container Data
Represents relevant information on a declaration container used for ClassInspector. Can only ever be applied on a Kotlin type (i.e. is annotated with Metadata).
interface ContainerData
Content copied to clipboard
Functions
Properties
annotations
Link copied to clipboard
declared annotations on this class.
declarationContainer
Link copied to clipboard
the ImmutableKmDeclarationContainer as parsed from the class's @Metadata annotation.
methods
Link copied to clipboard
the mapping of declarationContainer's methods to parsed MethodData.
properties
Link copied to clipboard
the mapping of declarationContainer's properties to parsed PropertyData.