| Package | Description |
|---|---|
| org.jsweet.transpiler.util |
This package contains utilities for the JSweet transpiler.
|
| Modifier and Type | Method and Description |
|---|---|
SourceMap.Entry |
SourceMap.addEntry(Position inputPosition,
Position outputPosition)
Adds an entry to the source map (entry must be added in order).
|
| Modifier and Type | Method and Description |
|---|---|
List<SourceMap.Entry> |
SourceMap.getSortedEntries(Comparator<SourceMap.Entry> comparator)
Gets all the sorted entries in this source map agains the given
comparator.
|
| Modifier and Type | Method and Description |
|---|---|
int |
SourceMap.Entry.compareTo(SourceMap.Entry entry) |
| Modifier and Type | Method and Description |
|---|---|
List<SourceMap.Entry> |
SourceMap.getSortedEntries(Comparator<SourceMap.Entry> comparator)
Gets all the sorted entries in this source map agains the given
comparator.
|