com.google.javascript.jscomp
Interface RenamingMap

All Superinterfaces:
Serializable
All Known Subinterfaces:
CssRenamingMap
All Known Implementing Classes:
CssRenamingMap.ByPart, CssRenamingMap.ByWhole

public interface RenamingMap
extends Serializable

Interface used by to substitute names.


Method Summary
 String get(String value)
           
 

Method Detail

get

String get(String value)