Package | Description |
---|---|
com.google.javascript.jscomp |
Provides the core compiler and its public API.
|
com.google.javascript.jscomp.type |
Provides type-checking data structures and algorithms.
|
com.google.javascript.rhino.jstype |
Provides abstractions to represent types in JavaScript.
|
com.google.javascript.rhino.testing |
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.Symbol
A symbol-table entry
|
Modifier and Type | Method and Description |
---|---|
StaticSlot<JSType> |
FlowScope.findUniqueRefinedSlot(FlowScope blindScope)
Tries to find a unique refined variable in the refined scope, up to the
the blind scope.
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleReference<T extends StaticSlot<JSType>>
A simple immutable reference.
|
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 |
SimpleSlot
The minimum implementation of StaticSlot
|
Modifier and Type | Method and Description |
---|---|
StaticSlot<T> |
StaticScope.getOwnSlot(String name)
Like
getSlot but does not recurse into parent scopes. |
StaticSlot<T> |
StaticScope.getSlot(String name)
Returns any defined slot within this scope for this name.
|
StaticSlot<T> |
StaticReference.getSymbol()
The variable that this reference points to.
|
Modifier and Type | Method and Description |
---|---|
StaticSlot<T> |
AbstractStaticScope.getOwnSlot(String name) |
StaticSlot<JSType> |
MapBasedScope.getSlot(String name) |
abstract StaticSlot<T> |
AbstractStaticScope.getSlot(String name) |
Copyright © 2009–2015 Google. All rights reserved.