Class SourceMap.Mapping

java.lang.Object
com.google.javascript.jscomp.SourceMap.Mapping
Enclosing class:
SourceMap

public static class SourceMap.Mapping extends Object
Maintains a mapping from a given node to the position in the source code at which its generated form was placed. The positions are typically relative to the source file the node is located in, but might be adjusted if that source is being concatenated to other sources.
  • Constructor Details

    • Mapping

      public Mapping()
  • Method Details