Package | Description |
---|---|
org.stekikun.dolmen.codegen | |
org.stekikun.dolmen.syntax |
Modifier and Type | Method and Description |
---|---|
@Nullable SourceMapping.Origin |
SourceMapping.map(int offset,
int length)
Tries to map the region described by
offset
and length to the original source via the
mappings known in this instance. |
Modifier and Type | Method and Description |
---|---|
SourceMapping.Origin |
Extent.findOrigin(int offset,
int length) |
abstract SourceMapping.Origin |
CExtent.findOrigin(int offset,
int length)
Finding the origin in a composite extent amounts to finding
the innermost extent, composite or not, whose instantiation
covers the given region.
|