EnumEntryData

data class EnumEntryData(declarationContainer: KmClass?, annotations: Collection<AnnotationSpec>)

Represents relevant information on a Kotlin enum entry.

Constructors

EnumEntryData
Link copied to clipboard
fun EnumEntryData(declarationContainer: KmClass?, annotations: Collection<AnnotationSpec>)

Properties

annotations
Link copied to clipboard
val annotations: Collection<AnnotationSpec>

the annotations for the entry

declarationContainer
Link copied to clipboard
val declarationContainer: KmClass?

the KmClass as parsed from the entry's @Metadata annotation.