ktast
0.9.3
common
ast
/
ktast.ast
/
Node
/
Declaration
/
ClassOrObject
/
ConstructorClassParent
/
ConstructorClassParent
Constructor
Class
Parent
constructor
(
type
:
Node.Type.SimpleType
,
lPar
:
Node.Keyword.LPar
,
arguments
:
List
<
Node.ValueArgument
>
,
rPar
:
Node.Keyword.RPar
,
supplement
:
NodeSupplement
=
NodeSupplement()
)