Reduce a given node through its ancestors until a given node type is found filling in the FQN array with the accessed properties.
the type of node you are looking for to be returned. Returned node still needs to be checked as its type it's not guaranteed to match the passed type.
the Node to traverse
the array with the qualifiers
Reduce a given node through its ancestors until a given node type is found filling in the FQN array with the accessed properties.