Uses of Interface
com.google.javascript.jscomp.RenamingMap
Packages that use RenamingMap
-
Uses of RenamingMap in com.google.javascript.jscomp
Subinterfaces of RenamingMap in com.google.javascript.jscompModifier and TypeInterfaceDescriptioninterface
Interface used byReplaceCssNames
to substitute CSS class names.Classes in com.google.javascript.jscomp that implement RenamingMapModifier and TypeClassDescriptionstatic class
ByPart renaming mapstatic class
ByWhole renaming mapMethod parameters in com.google.javascript.jscomp with type arguments of type RenamingMapModifier and TypeMethodDescriptionvoid
CompilerOptions.setIdGenerators
(Map<String, RenamingMap> idGenerators) Sets the id generators to replace.