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() |
getGeneratedColumnprivate final int srcFile
private final int srcLine
private final int srcColumn
public int getSourceFileId()
getSourceFileId in interface SourceMapConsumerV3.EntrygetSourceFileId in class SourceMapConsumerV3.UnmappedEntrypublic int getSourceLine()
getSourceLine in interface SourceMapConsumerV3.EntrygetSourceLine in class SourceMapConsumerV3.UnmappedEntrypublic int getSourceColumn()
getSourceColumn in interface SourceMapConsumerV3.EntrygetSourceColumn in class SourceMapConsumerV3.UnmappedEntrypublic int getNameId()
getNameId in interface SourceMapConsumerV3.EntrygetNameId in class SourceMapConsumerV3.UnmappedEntry