private IScope underlying;
private SaveableLocalScope saveableLocalScope;
public ScopeView(IScope underlying, IScopesTree surroundingScopes) {
super(new SaveableLocalScope(underlying.getLocalScope()), surroundingScopes);
this.underlying = underlying;
this.saveableLocalScope = getLocalScope();
}