private static class SourceMapConsumerV3.UnnamedEntry extends SourceMapConsumerV3.UnmappedEntry
Modifier and Type | Field and Description |
---|---|
private int |
srcColumn |
private int |
srcFile |
private int |
srcLine |
Constructor and Description |
---|
UnnamedEntry(int column,
int srcFile,
int srcLine,
int srcColumn) |
Modifier and Type | Method and Description |
---|---|
int |
getNameId() |
int |
getSourceColumn() |
int |
getSourceFileId() |
int |
getSourceLine() |
getGeneratedColumn
private final int srcFile
private final int srcLine
private final int srcColumn
public int getSourceFileId()
getSourceFileId
in interface SourceMapConsumerV3.Entry
getSourceFileId
in class SourceMapConsumerV3.UnmappedEntry
public int getSourceLine()
getSourceLine
in interface SourceMapConsumerV3.Entry
getSourceLine
in class SourceMapConsumerV3.UnmappedEntry
public int getSourceColumn()
getSourceColumn
in interface SourceMapConsumerV3.Entry
getSourceColumn
in class SourceMapConsumerV3.UnmappedEntry
public int getNameId()
getNameId
in interface SourceMapConsumerV3.Entry
getNameId
in class SourceMapConsumerV3.UnmappedEntry