| 3 | * This object is immutable. |
| 4 | */ |
| 5 | class SourceLocation { |
| 6 | // The + prefix indicates that these fields aren't writeable |
| 7 | // Lexer holding the input string. |
| 8 | // Start offset, zero-based inclusive. |
nothing calls this directly
no outgoing calls
no test coverage detected