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. |
Modifier and Type | Method and Description |
---|---|
<T extends Var> |
Scope.getVars()
Return an iterator over all of the variables declared in this scope.
|
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() |
Copyright © 2009-2016 Google. All Rights Reserved.