com.google.debugging.sourcemap
Class SourceMapGeneratorV2.LineMapDecoder
java.lang.Object
com.google.debugging.sourcemap.SourceMapGeneratorV2.LineMapDecoder
- Enclosing class:
- SourceMapGeneratorV2
public static class SourceMapGeneratorV2.LineMapDecoder
- extends Object
A line mapping decoder class used for testing and validation.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SourceMapGeneratorV2.LineMapDecoder
public SourceMapGeneratorV2.LineMapDecoder()
decodeLine
public static List<Integer> decodeLine(String lineSource)
getIdFromRelativeId
public static int getIdFromRelativeId(int rawId,
int digits,
int lastId)
- Returns:
- the id from the relative id.