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
|
Modifier and Type | Method and Description |
---|---|
void |
CompilerOptions.setIdGenerators(java.util.Map<java.lang.String,RenamingMap> idGenerators)
Sets the id generators to replace.
|
Copyright © 2009-2019 Google. All Rights Reserved.