Class ScopeManager.ScopeFrame

java.lang.Object
com.schibsted.spt.data.jslt.impl.ScopeManager.ScopeFrame
Enclosing class:
ScopeManager

private static class ScopeManager.ScopeFrame extends Object
A scope frame is smaller than a stack frame: each object, object comprehension, for expression, and if expression will have its own scope frame. These need to be handled separately because of the shadowing of variables.