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.Entrypublic int getSourceFileId()
getSourceFileId in interface SourceMapConsumerV3.Entrypublic int getSourceLine()
getSourceLine in interface SourceMapConsumerV3.Entrypublic int getSourceColumn()
getSourceColumn in interface SourceMapConsumerV3.Entrypublic int getNameId()
getNameId in interface SourceMapConsumerV3.Entry