Package | Description |
---|---|
com.google.javascript.jscomp |
Provides the core compiler and its public API.
|
Modifier and Type | Class and Description |
---|---|
private static class |
LinkedFlowScope.LinkedFlowSlot
A static slot that can be used in a linked list.
|
static class |
SymbolTable.Symbol
A symbol-table entry
|
Modifier and Type | Field and Description |
---|---|
private java.util.Map<java.lang.String,SimpleSlot> |
PreprocessorSymbolTable.symbols
All preprocessor symbols are globals.
|
Modifier and Type | Method and Description |
---|---|
SimpleSlot |
PreprocessorSymbolTable.getOwnSlot(java.lang.String name) |
SimpleSlot |
PreprocessorSymbolTable.getSlot(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
java.lang.Iterable<SimpleSlot> |
PreprocessorSymbolTable.getAllSymbols() |
Modifier and Type | Method and Description |
---|---|
java.lang.Iterable<PreprocessorSymbolTable.Reference> |
PreprocessorSymbolTable.getReferences(SimpleSlot symbol) |
StaticTypedScope<JSType> |
PreprocessorSymbolTable.getScope(SimpleSlot slot) |
Constructor and Description |
---|
Reference(SimpleSlot symbol,
Node node) |