| Package | Description |
|---|---|
| com.google.javascript.jscomp |
Provides the core compiler and its public API.
|
| Modifier and Type | Field and Description |
|---|---|
private DefaultNameGenerator |
GlobalTypeInfo.funNameGen |
private DefaultNameGenerator |
ReplaceStrings.nameGenerator |
| Modifier and Type | Method and Description |
|---|---|
private static DefaultNameGenerator |
ReplaceStrings.createNameGenerator(java.lang.Iterable<java.lang.String> reserved)
Use a name generate to create names so the names overlap with the names
used for variable and properties.
|