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)

Functions

Link copied to clipboard
override fun toDocument(): Document

Properties

Link copied to clipboard
Link copied to clipboard
override val comment: String?

Expressions cannot have associated comments.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override val sourceLocation: SourceLocation