Instance Method (Default implementation)swift-syntax 600.0.1SwiftSyntax

write(to:)

Prints the raw value of this node to the provided stream.

SyntaxProtocol.swift:559
func write<Target>(to target: inout Target) where Target : TextOutputStream

Parameters

stream

The stream to which to print the raw tree.