Package | Description |
---|---|
com.google.javascript.jscomp |
Provides the core compiler and its public API.
|
Modifier and Type | Class and Description |
---|---|
class |
TypedVar
Several methods in this class, such as
isVar throw an exception when called, and several
methods are currently identical to the ones in Var. |
Modifier and Type | Method and Description |
---|---|
Var |
Scope.getArgumentsVar()
Get a unique VAR object to represents "arguments" within this scope
|
Var |
TypedScope.getArgumentsVar() |
Var |
Var.getDeclaration() |
Var |
Scope.getOwnSlot(String name) |
Var |
Scope.getSlot(String name) |
Var |
Var.getSymbol() |
Var |
Scope.getVar(String name)
Returns the variable, may be null
|
Modifier and Type | Method and Description |
---|---|
Iterable<? extends Var> |
Scope.getAllSymbols() |
Iterable<? extends Var> |
Scope.getVarIterable()
Return an iterable over all of the variables declared in this scope
(except the special 'arguments' variable).
|
Copyright © 2009-2017 Google. All Rights Reserved.