Package com.google.javascript.jscomp
Class SourceMap.Mapping
java.lang.Object
com.google.javascript.jscomp.SourceMap.Mapping
- Enclosing class:
SourceMap
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 -
Method Summary