symbol-export
Toggle table of contents
0.0.1-SNAPSHOT
common
Platform filter
common
Switch theme
Search in API
symbol-export
symbols
/
dev.rnett.symbolexport.symbol.annotation
/
AnnotationArgument
/
Long
Long
data
class
Long
(
val
value
:
Long
)
:
AnnotationArgument.Primitive
<
Long
>
(
source
)
Members
Members & Extensions
Constructors
Long
Link copied to clipboard
constructor
(
value
:
Long
)
Properties
type
Link copied to clipboard
open
override
val
type
:
AnnotationParameterType.Primitive
<
Long
,
*
>
value
Link copied to clipboard
open
override
val
value
:
Long
Functions
as
Type
Link copied to clipboard
fun
<
A
:
AnnotationArgument
>
AnnotationArgument
.
asType
(
type
:
AnnotationParameterType
<
A
>
)
:
A
as
Type
Or
Null
Link copied to clipboard
fun
<
A
:
AnnotationArgument
,
T
:
AnnotationParameterType
<
A
>
>
AnnotationArgument
.
asTypeOrNull
(
type
:
T
)
:
A
?