| 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.Reference
Reference
|
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. |
| Modifier and Type | Class and Description |
|---|---|
class |
Property
A property slot of an object.
|
class |
SimpleReference<T extends StaticTypedSlot<JSType>>
A simple immutable reference.
|
| Modifier and Type | Method and Description |
|---|---|
StaticTypedRef<JSType> |
SimpleSlot.getDeclaration() |
StaticTypedRef<T> |
StaticTypedSlot.getDeclaration()
Gets the declaration of this symbol.
|
Copyright © 2009-2017 Google. All Rights Reserved.