ConstructorCallNode
class ConstructorCallNode(val objectType: ObjectTypeNode, val protocol: ProtocolNode?, val arguments: Arguments<ExpressionNode>, val sourceLocation: SourceLocation) : ExpressionNode
Call to an object constructor. Used for out parameter initialization.
Constructors
Link copied to clipboard
fun ConstructorCallNode(objectType: ObjectTypeNode, protocol: ProtocolNode?, arguments: Arguments<ExpressionNode>, sourceLocation: SourceLocation)