ktast
0.9.3
common
ast
/
ktast.ast
/
Node
/
Modifier
/
AnnotationSet
/
Annotation
/
Annotation
Annotation
constructor
(
type
:
Node.Type.SimpleType
,
lPar
:
Node.Keyword.LPar
?
,
arguments
:
List
<
Node.ValueArgument
>
,
rPar
:
Node.Keyword.RPar
?
,
supplement
:
NodeSupplement
=
NodeSupplement()
)