token(at:)

Find the syntax token at the given absolute position within this syntax node or any of its children.

SyntaxProtocol.swift:335
func token(at position: AbsolutePosition) -> TokenSyntax?