NameExprComponent
struct NameExprComponent
The parsed component of a name expression.
-
The site from which
selfwas parsed.Declaration
Swift
let site: SourceRange -
The name of the component.
Declaration
Swift
let name: SourceRepresentable<Name> -
The static arguments of the component.
Declaration
Swift
let arguments: [LabeledArgument]
View on GitHub