Package com.google.javascript.jscomp
Interface CssRenamingMap
- All Superinterfaces:
RenamingMap
,Serializable
- All Known Implementing Classes:
CssRenamingMap.ByPart
,CssRenamingMap.ByWhole
Interface used by
ReplaceCssNames
to substitute CSS class names.-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic class
ByPart renaming mapstatic class
ByWhole renaming mapstatic enum
Kind of renaming map -
Method Summary
-
Method Details
-
get
- Specified by:
get
in interfaceRenamingMap
-
getStyle
CssRenamingMap.Style getStyle()
-