Package | Description |
---|---|
com.google.javascript.jscomp |
Provides the core compiler and its public API.
|
com.google.javascript.rhino.jstype |
Provides abstractions to represent types in JavaScript.
|
Modifier and Type | Class and Description |
---|---|
static class |
Scope.Arguments
A special subclass of Var used to distinguish "arguments" in the current
scope.
|
static class |
Scope.Var
Stores info about a variable
|
static class |
SymbolTable.Reference
Reference
|
Modifier and Type | Interface and Description |
---|---|
interface |
StaticSymbolTable<S extends StaticSlot<JSType>,R extends StaticReference<JSType>>
Lookup references by the symbols that they refer to.
|
Modifier and Type | Class and Description |
---|---|
class |
Property
A property slot of an object.
|
class |
SimpleReference<T extends StaticSlot<JSType>>
A simple immutable reference.
|
Modifier and Type | Method and Description |
---|---|
StaticReference<T> |
StaticSlot.getDeclaration()
Gets the declaration of this symbol.
|
StaticReference<JSType> |
SimpleSlot.getDeclaration() |
Copyright © 2009–2015 Google. All rights reserved.