aaraar
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
aaraar
core
/
sh.christian.aaraar.model.classeditor
/
AnnotationInstance
/
Value
/
ArrayValue
Array
Value
data
class
ArrayValue
(
val
values
:
List
<
AnnotationInstance.Value
>
)
:
AnnotationInstance.Value
Members
Constructors
Array
Value
Link copied to clipboard
constructor
(
values
:
List
<
AnnotationInstance.Value
>
)
Properties
values
Link copied to clipboard
val
values
:
List
<
AnnotationInstance.Value
>
Functions
to
Member
Value
Link copied to clipboard
open
fun
toMemberValue
(
constPool
:
ConstPool
)
:
MemberValue