IntegerValue

data class IntegerValue(val value: Int) : AnnotationInstance.Value

Constructors

Link copied to clipboard
constructor(value: Int)

Properties

Link copied to clipboard
val value: Int

Functions

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