Node

public protocol Node : Decodable, Encodable, Sendable

A protocol describing the API of an AST node.