Class ScopeManager.ScopeFrame

  • Enclosing class:
    ScopeManager

    private static class ScopeManager.ScopeFrame
    extends java.lang.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.