Package | Description |
---|---|
com.google.javascript.jscomp |
Provides the core compiler and its public API.
|
Modifier and Type | Class and Description |
---|---|
private class |
TypedScopeCreator.AbstractScopeBuilder |
private class |
TypedScopeCreator.GlobalScopeBuilder
A shallow traversal of the global scope to build up all classes,
functions, and methods.
|
private class |
TypedScopeCreator.LocalScopeBuilder
A shallow traversal of a local scope to find all arguments and
local variables.
|
Modifier and Type | Field and Description |
---|---|
private TypedScope.TypeResolver |
TypedScope.typeResolver |
Modifier and Type | Method and Description |
---|---|
(package private) void |
TypedScope.setTypeResolver(TypedScope.TypeResolver resolver) |