Uses of Interface
com.google.javascript.jscomp.RenamingMap
-
Packages that use RenamingMap Package Description com.google.javascript.jscomp -
-
Uses of RenamingMap in com.google.javascript.jscomp
Subinterfaces of RenamingMap in com.google.javascript.jscomp Modifier and Type Interface Description interface
CssRenamingMap
Interface used byReplaceCssNames
to substitute CSS class names.Classes in com.google.javascript.jscomp that implement RenamingMap Modifier and Type Class Description static class
CssRenamingMap.ByPart
ByPart renaming mapstatic class
CssRenamingMap.ByWhole
ByWhole renaming mapMethod parameters in com.google.javascript.jscomp with type arguments of type RenamingMap Modifier and Type Method Description void
CompilerOptions. setIdGenerators(java.util.Map<java.lang.String,RenamingMap> idGenerators)
Sets the id generators to replace.
-