Instance Propertygraphqlswift.graphql 3.0.0GraphQL
start
The character offset at which this Node begins.
AST.swift:9let start: Int
Other members in extension
Instance members
let end: Int
The character offset at which this Node ends.
let endToken: Token
The Token at which this Node ends.
let source: Source
The Source document the AST represents.
let startToken: Token
The Token at which this Node begins.