| Interface | Description |
|---|---|
| Location |
Virtual representation of the location of something in a
TextSource. |
| OffsetLocation |
Location representing an offset in the source.
|
| TextLocation |
Location for text, where line and column is the important thing to
keep track of. |
| TextOffsetLocation |
Location representing an offset and a text location in the source.
|
| Class | Description |
|---|---|
| MutableOffsetLocation |
OffsetLocation that is mutable. |
| MutableTextLocation |
Mutable
TextLocation for use in cases where line and column is
important. |
| MutableTextOffsetLocation |
Mutable
TextOffsetLocation for use in cases where both offset, line
and column is important. |
Copyright © 2018. All rights reserved.