| Package | Description |
|---|---|
| com.google.javascript.jscomp |
Provides the core compiler and its public API.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractScope<S extends AbstractScope<S,V>,V extends AbstractVar<S,V>>
Scope contains information about a variable scope in JavaScript.
|
class |
AbstractVar<S extends AbstractScope<S,V>,V extends AbstractVar<S,V>>
Used by
Scope to store information about variables. |
| Modifier and Type | Class and Description |
|---|---|
class |
TypedVar
AbstractVar subclass for use with TypedScope. |
class |
Var
Used by
Scope to store information about variables. |
Copyright © 2009-2020 Google. All Rights Reserved.