walkWithin

Return

walks the AST within the given range starting from this node, depth-first.

Parameters

range

the range within which the walk should remain


Return

walks the AST within the given range starting from each node and concatenates all results in a single sequence

Parameters

range

the range within which the walk should remain