Class Scope

All Implemented Interfaces:
StaticScope, Serializable

public final 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: