Package | Description |
---|---|
com.google.javascript.jscomp |
Provides the core compiler and its public API.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractVar<S extends com.google.javascript.jscomp.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-2018 Google. All Rights Reserved.