Package io.reactiverse.es4x.sourcemap
Class Mapping
- java.lang.Object
-
- io.reactiverse.es4x.sourcemap.Mapping
-
public class Mapping extends Object
Mapping for Source Map.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetGeneratedColumn()intgetGeneratedLine()intgetSourceColumn()StringgetSourceFileName()intgetSourceLine()StringgetSourceSymbolName()StringtoString()
-
-
-
Method Detail
-
getGeneratedLine
public int getGeneratedLine()
-
getGeneratedColumn
public int getGeneratedColumn()
-
getSourceLine
public int getSourceLine()
-
getSourceColumn
public int getSourceColumn()
-
getSourceFileName
public String getSourceFileName()
-
getSourceSymbolName
public String getSourceSymbolName()
-
-