Package io.reactiverse.es4x.sourcemap
Class SourceMap
- java.lang.Object
-
- io.reactiverse.es4x.sourcemap.SourceMap
-
public class SourceMap extends Object
Parsing SourceMap version 3.Code based on Google Closure Compiler https://code.google.com/p/closure-compiler
-
-
Constructor Summary
Constructors Constructor Description SourceMap(byte[] sourceMapData)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voideachMapping(Consumer<Mapping> cb)MappinggetMapping(int lineNumber, int column)Collection<String>getSourceFileNames()StringgetSourceRoot()Collection<String>getSourceSymbolNames()
-
-
-
Method Detail
-
getMapping
public Mapping getMapping(int lineNumber, int column)
-
getSourceFileNames
public Collection<String> getSourceFileNames()
-
getSourceSymbolNames
public Collection<String> getSourceSymbolNames()
-
getSourceRoot
public String getSourceRoot()
-
-