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. |
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<T> |
StaticTypedSlot.getDeclaration()
Gets the declaration of this symbol.
|
StaticTypedRef<JSType> |
SimpleSlot.getDeclaration() |
Copyright © 2009–2023 Google. All rights reserved.