scopeTree method

ScopeTreeNode scopeTree()

Build the Scope tree from the current scope.

Implementation

ScopeTreeNode scopeTree() => ScopeTreeNode(scope);