LongValue

data class LongValue(val value: Long) : AnnotationInstance.Value

Constructors

Link copied to clipboard
constructor(value: Long)

Properties

Link copied to clipboard
val value: Long

Functions

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