Package | Description |
---|---|
com.google.javascript.jscomp |
Provides the core compiler and its public API.
|
com.google.javascript.rhino |
The core AST from Rhino.
|
com.google.javascript.rhino.jstype |
Provides abstractions to represent types in JavaScript.
|
Modifier and Type | Class and Description |
---|---|
static class |
ReferenceCollectingCallback.Reference
Represents a single declaration or reference to a variable.
|
static class |
SymbolTable.Reference
Reference
|
class |
TypedVar
Several methods in this class, such as
isVar throw an exception when called, and several
methods are currently identical to the ones in Var. |
class |
Var
Used by
Scope to store information about variables. |
Modifier and Type | Interface and Description |
---|---|
interface |
StaticSymbolTable<S extends StaticSlot,R extends StaticRef>
Lookup references by the symbols that they refer to.
|
Modifier and Type | Method and Description |
---|---|
StaticRef |
StaticSlot.getDeclaration()
Gets the declaration of this symbol.
|
Modifier and Type | Interface and Description |
---|---|
interface |
StaticTypedRef<T>
The
StaticTypedRef tells us all the ways that a StaticTypedSlot
is used in a program. |
Modifier and Type | Class and Description |
---|---|
class |
Property
A property slot of an object.
|
class |
SimpleReference<T extends StaticTypedSlot<JSType>>
A simple immutable reference.
|
Copyright © 2009-2017 Google. All Rights Reserved.