constructorClassParent

fun constructorClassParent(type: Node.Type.SimpleType, lPar: Node.Keyword.LPar = Node.Keyword.LPar(), arguments: List<Node.ValueArgument> = listOf(), rPar: Node.Keyword.RPar = Node.Keyword.RPar(), supplement: NodeSupplement = NodeSupplement()): Node.Declaration.ClassOrObject.ConstructorClassParent

Creates a new Node.Declaration.ClassOrObject.ConstructorClassParent instance.