core
/
org.jetbrains.dokka.model
/
ArrayValue
Array
Value
data class
ArrayValue
(value:
List
<
AnnotationParameterValue
>) :
AnnotationParameterValue
Content copied to clipboard
Functions
Properties
Functions
component1
Link copied to clipboard
operator fun
component1
():
List
<
AnnotationParameterValue
>
Content copied to clipboard
copy
Link copied to clipboard
fun
copy
(value:
List
<
AnnotationParameterValue
>):
ArrayValue
Content copied to clipboard
equals
Link copied to clipboard
open operator override fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
hashCode
Link copied to clipboard
open override fun
hashCode
():
Int
Content copied to clipboard
toString
Link copied to clipboard
open override fun
toString
():
String
Content copied to clipboard
Properties
value
Link copied to clipboard
val
value
:
List
<
AnnotationParameterValue
>
Content copied to clipboard