Package | Description |
---|---|
com.google.javascript.jscomp |
Provides the core compiler and its public API.
|
Modifier and Type | Field and Description |
---|---|
private static java.util.Comparator<RenameProperties.Property> |
RenameProperties.FREQUENCY_COMPARATOR |
private java.util.Map<java.lang.String,RenameProperties.Property> |
RenameProperties.propertyMap |
Modifier and Type | Method and Description |
---|---|
private void |
RenameProperties.generateNames(java.util.Set<RenameProperties.Property> props,
java.util.Set<java.lang.String> reservedNames)
Generates new names for properties.
|
private void |
RenameProperties.reusePropertyNames(java.util.Set<java.lang.String> reservedNames,
java.util.Collection<RenameProperties.Property> allProps)
Runs through the list of properties and renames as many as possible with
names from the previous compilation.
|