private static class SourceMapConsumerV3.UnmappedEntry extends java.lang.Object implements SourceMapConsumerV3.Entry
Modifier and Type | Field and Description |
---|---|
private int |
column |
Constructor and Description |
---|
UnmappedEntry(int column) |
Modifier and Type | Method and Description |
---|---|
int |
getGeneratedColumn() |
int |
getNameId() |
int |
getSourceColumn() |
int |
getSourceFileId() |
int |
getSourceLine() |
public int getGeneratedColumn()
getGeneratedColumn
in interface SourceMapConsumerV3.Entry
public int getSourceFileId()
getSourceFileId
in interface SourceMapConsumerV3.Entry
public int getSourceLine()
getSourceLine
in interface SourceMapConsumerV3.Entry
public int getSourceColumn()
getSourceColumn
in interface SourceMapConsumerV3.Entry
public int getNameId()
getNameId
in interface SourceMapConsumerV3.Entry