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