Class Scope

  • All Implemented Interfaces:
    StaticScope, java.io.Serializable

    public abstract class Scope
    extends AbstractScope<Scope,​Var>
    Scope contains information about a variable scope in JavaScript. Scopes can be nested, a scope points back to its parent scope. A Scope contains information about variables defined in that scope.
    See Also:
    NodeTraversal, Serialized Form