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 |
SymbolTable.Symbol
A symbol-table entry
|
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 |
---|---|
StaticSlot |
StaticScope.getOwnSlot(String name)
Like
getSlot but does not recurse into parent scopes. |
StaticSlot |
StaticScope.getSlot(String name)
Returns any defined slot within this scope for this name.
|
StaticSlot |
StaticRef.getSymbol()
The variable that this reference points to.
|
Modifier and Type | Interface and Description |
---|---|
interface |
StaticTypedSlot<T>
The
StaticTypedSlot interface must be implemented by variables that can
appear as members of a StaticTypedScope . |
Modifier and Type | Class and Description |
---|---|
class |
Property
A property slot of an object.
|
class |
SimpleSlot
The minimum implementation of
StaticTypedSlot<JSType> . |
Copyright © 2009-2017 Google. All Rights Reserved.