public static final class SourceMapping.Mapping extends Object
offset
and length
in the generated file and the region of the
same length starting at position origin
in the source file.Modifier and Type | Field and Description |
---|---|
int |
length
Length in characters of the region being mapped
|
int |
offset
Character offset of the region being mapped
|
LexBuffer.Position |
origin
Original position of the mapped region
|
public final int offset
public final int length
public final LexBuffer.Position origin