EnumEntryData

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

Represents relevant information on a Kotlin enum entry.

Constructors

EnumEntryData
Link copied to clipboard
fun EnumEntryData(declarationContainer: ImmutableKmClass?, 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: ImmutableKmClass?
the ImmutableKmClass as parsed from the entry's @Metadata annotation.