EnumValue

data class EnumValue(val type: ClassReference, val name: String) : AnnotationInstance.Value

Constructors

Link copied to clipboard
constructor(type: ClassReference, name: String)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open fun toMemberValue(constPool: ConstPool): MemberValue