Instance Property (Default implementation)swift-syntax 600.0.1SwiftSyntax

description

A source-accurate description of this node.

SyntaxProtocol.swift:547
var description: String { get }

Note that the resulting String cannot represent invalid UTF-8 that occurs within the syntax nodes. Use syntaxTextBytes for a byte-accurate representation of this node in the presence of invalid UTF-8.