SyntaxProtocol

Provide common functionality for specialized syntax nodes. Extend this protocol to provide common functionality for all syntax nodes.

SyntaxProtocol.swift:17
protocol SyntaxProtocol : CustomDebugStringConvertible, CustomReflectable, CustomStringConvertible, Sendable, TextOutputStreamable
Browse conforming types