| Package | Description |
|---|---|
| com.google.javascript.jscomp |
Provides the core compiler and its public API.
|
| Modifier and Type | Field and Description |
|---|---|
(package private) java.util.List<AliasStrings.StringOccurrence> |
AliasStrings.StringInfo.occurrences |
| Modifier and Type | Method and Description |
|---|---|
private void |
AliasStrings.replaceStringWithAliasName(AliasStrings.StringOccurrence occurrence,
java.lang.String name,
AliasStrings.StringInfo info)
Replaces a string literal with a reference to the string's alias variable.
|