Package | Description |
---|---|
com.google.javascript.jscomp |
Provides the core compiler and its public API.
|
Modifier and Type | Interface and Description |
---|---|
interface |
CssRenamingMap
Interface used by
ReplaceCssNames to substitute CSS class names. |
Modifier and Type | Class and Description |
---|---|
static class |
CssRenamingMap.ByPart
ByPart renaming map
|
static class |
CssRenamingMap.ByWhole
ByWhole renaming map
|
private static class |
ReplaceIdGenerators.UniqueRenamingToken |
Modifier and Type | Field and Description |
---|---|
private RenamingMap |
ReplaceIdGenerators.MappedNameSupplier.map |
static RenamingMap |
ReplaceIdGenerators.UNIQUE |
static RenamingMap |
CompilerOptions.UNIQUE_ID_GENERATOR
A renaming map instance to use to signal the use of the "inconsistent"
id generator type.
|
Modifier and Type | Field and Description |
---|---|
(package private) com.google.common.collect.ImmutableMap<java.lang.String,RenamingMap> |
CompilerOptions.idGenerators
Id generators to replace.
|
Modifier and Type | Method and Description |
---|---|
private static ReplaceIdGenerators.NameSupplier |
ReplaceIdGenerators.createNameSupplier(ReplaceIdGenerators.RenameStrategy renameStrategy,
RenamingMap mappings) |
Modifier and Type | Method and Description |
---|---|
void |
CompilerOptions.setIdGenerators(java.util.Map<java.lang.String,RenamingMap> idGenerators)
Sets the id generators to replace.
|
Constructor and Description |
---|
MappedNameSupplier(RenamingMap map) |
Constructor and Description |
---|
ReplaceIdGenerators(AbstractCompiler compiler,
java.util.Map<java.lang.String,RenamingMap> idGens,
boolean generatePseudoNames,
java.lang.String previousMapSerialized) |