com.google.debugging.sourcemap
Class SourceMapGeneratorV2.LineMapDecoder

java.lang.Object
  extended by 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.


Constructor Summary
SourceMapGeneratorV2.LineMapDecoder()
           
 
Method Summary
static List<Integer> decodeLine(String lineSource)
           
static int getIdFromRelativeId(int rawId, int digits, int lastId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SourceMapGeneratorV2.LineMapDecoder

public SourceMapGeneratorV2.LineMapDecoder()
Method Detail

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.