| 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 |
SymbolTable.Symbol
A symbol-table entry
|
class |
TypedVar
AbstractVar subclass for use with TypedScope. |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleReference<T extends StaticTypedSlot<JSType>>
A simple immutable reference.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Property
A property slot of an object.
|
class |
SimpleSlot
The minimum implementation of
StaticTypedSlot<JSType>. |
| Modifier and Type | Method and Description |
|---|---|
StaticTypedSlot<T> |
StaticTypedScope.getOwnSlot(java.lang.String name)
Like
getSlot but does not recurse into parent scopes. |
StaticTypedSlot<T> |
StaticTypedScope.getSlot(java.lang.String name)
Returns any defined slot within this scope for this name.
|
StaticTypedSlot<T> |
StaticTypedRef.getSymbol()
The variable that this reference points to.
|
Copyright © 2009-2018 Google. All Rights Reserved.