_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.
protocol _LeafTypeSyntaxNodeProtocol : TypeSyntaxProtocol
Browse conforming typesSyntax nodes conforming to this protocol have their inherited casting methods deprecated to prevent incorrect casting.