Package com.google.javascript.jscomp
Class SourceMap.PrefixLocationMapping
java.lang.Object
com.google.javascript.jscomp.SourceMap.PrefixLocationMapping
- All Implemented Interfaces:
SourceMap.LocationMapping
- Enclosing class:
SourceMap
public static final class SourceMap.PrefixLocationMapping
extends Object
implements SourceMap.LocationMapping
Simple
SourceMap.LocationMapping
that strips a prefix from a location.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
PrefixLocationMapping
-
-
Method Details
-
map
- Specified by:
map
in interfaceSourceMap.LocationMapping
- Parameters:
location
- the location to transform- Returns:
- the transformed location or null if not transformed
-
toString
-
equals
-
hashCode
public int hashCode()
-