| Package | Description |
|---|---|
| com.google.javascript.jscomp |
Provides the core compiler and its public API.
|
| Modifier and Type | Method and Description |
|---|---|
TypedVar |
TypedScope.getVar(java.lang.String name)
Returns the slot for
name, considering shadowing of qualified names. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Iterable<TypedVar> |
TypedScope.getDeclarativelyUnboundVarsWithoutTypes()
Returns the variables in this scope that have been declared with 'var' and not declared with a
known type.
|
Copyright © 2009-2019 Google. All Rights Reserved.