_LeafTypeSyntaxNodeProtocol

Protocol that syntax nodes conform to if they don’t have any semantic subtypes. These are syntax nodes that are not considered base nodes for other syntax types.

SyntaxBaseNodes.swift:1474
protocol _LeafTypeSyntaxNodeProtocol : TypeSyntaxProtocol
Browse conforming types

Syntax nodes conforming to this protocol have their inherited casting methods deprecated to prevent incorrect casting.