Enum Entry Data
Represents relevant information on a Kotlin enum entry.
data class EnumEntryData(declarationContainer: ImmutableKmClass?, annotations: Collection<AnnotationSpec>)
Content copied to clipboard
Constructors
EnumEntryData
Link copied to clipboard
fun EnumEntryData(declarationContainer: ImmutableKmClass?, annotations: Collection<AnnotationSpec>)
Content copied to clipboard
Functions
component1
Link copied to clipboard
component2
Link copied to clipboard
copy
Link copied to clipboard
fun copy(declarationContainer: ImmutableKmClass?, annotations: Collection<AnnotationSpec>): EnumEntryData
Content copied to clipboard
equals
Link copied to clipboard
Properties
annotations
Link copied to clipboard
the annotations for the entry
declarationContainer
Link copied to clipboard
the ImmutableKmClass as parsed from the entry's @Metadata annotation.