Package com.google.javascript.jscomp
Class SourceMap.Mapping
- java.lang.Object
-
- com.google.javascript.jscomp.SourceMap.Mapping
-
- Enclosing class:
- SourceMap
public static class SourceMap.Mapping extends java.lang.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 Summary
Constructors Constructor Description Mapping()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
-