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 Details

    • PrefixLocationMapping

      public PrefixLocationMapping(String prefix, String replacement)
  • Method Details