ktast
0.9.3
common
ast
/
ktast.ast
/
Node
/
Variable
/
Variable
Variable
constructor
(
annotationSets
:
List
<
Node.Modifier.AnnotationSet
>
,
name
:
Node.Expression.NameExpression
,
type
:
Node.Type
?
,
supplement
:
NodeSupplement
=
NodeSupplement()
)