Class Scope.Arguments

java.lang.Object
com.google.javascript.jscomp.Scope.Var
com.google.javascript.jscomp.Scope.Arguments
All Implemented Interfaces:
StaticReference<JSType>, StaticSlot<JSType>
Enclosing class:
Scope

public static class Scope.Arguments extends Scope.Var
A special subclass of Var used to distinguish "arguments" in the current scope.