How much of the source an entry of the LocationMapQueryResult covers: the <- of a multi-line assignment is a single token, while its subtree (full) is the whole assignment.
<-
token
full
the range the whole subtree of the node covers, see RNode.span
the Full range of the top-level statement the node belongs to, see RNode.topLevelStatement
the location of the node itself, which for an operator or a call name is just that token
How much of the source an entry of the LocationMapQueryResult covers: the
<-of a multi-line assignment is a singletoken, while its subtree (full) is the whole assignment.