Generates a symbol tree for the outline view in vscode. It uses AST assembler to walk down the tree and determine the full range of a symbol.
Returns the node at pinpointLocation and populates bottomUpHierarchy.
The AST (or AST fragment) to search through.
Protected
Generates a symbol tree for the outline view in vscode. It uses AST assembler to walk down the tree and determine the full range of a symbol.