ConstructorCallNode
class ConstructorCallNode(className: ClassNameNode, typeArguments: Arguments<ValueTypeNode>, labelArguments: Arguments<Located<LabelExpression>>?, protocol: ProtocolNode?, arguments: Arguments<ExpressionNode>, sourceLocation: SourceLocation) : ExpressionNode
Content copied to clipboard
Call to an object constructor. Used for out parameter initialization.
Constructors
ConstructorCallNode
Link copied to clipboard
fun ConstructorCallNode(className: ClassNameNode, typeArguments: Arguments<ValueTypeNode>, labelArguments: Arguments<Located<LabelExpression>>?, protocol: ProtocolNode?, arguments: Arguments<ExpressionNode>, sourceLocation: SourceLocation)
Content copied to clipboard
Functions
toDocument
Link copied to clipboard
Properties
arguments
Link copied to clipboard
className
Link copied to clipboard
labelArguments
Link copied to clipboard
protocol
Link copied to clipboard
sourceLocation
Link copied to clipboard
typeArguments
Link copied to clipboard