static class SourceMapGeneratorV3.Mapping
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) FilePosition |
endPosition
The ending position of the code in the generated source
file which this mapping represents.
|
(package private) int |
id
A unique ID for this mapping for record keeping purposes.
|
(package private) java.lang.String |
originalName
The original name of the token found at the position
represented by this mapping (if any).
|
(package private) FilePosition |
originalPosition
The position of the code in the input source file.
|
(package private) java.lang.String |
sourceFile
The source file index.
|
(package private) FilePosition |
startPosition
The starting position of the code in the generated source
file which this mapping represents.
|
(package private) boolean |
used
Whether the mapping is actually used by the source map.
|
Constructor and Description |
---|
Mapping() |
int id
java.lang.String sourceFile
FilePosition originalPosition
FilePosition startPosition
FilePosition endPosition
java.lang.String originalName
boolean used