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 |
---|---|
class |
AbstractVar<S extends AbstractScope<S,V>,V extends AbstractVar<S,V>>
Used by
Scope to store information about variables. |
class |
Reference
Represents a single declaration or reference to a variable.
|
static class |
SymbolTable.Reference
Reference
|
class |
TypedVar
AbstractVar subclass for use with TypedScope . |
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
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>
A simple immutable reference.
|
Copyright © 2009-2020 Google. All Rights Reserved.