A Position implementation which ignores errors in the positions.
| Supertypes | |
|---|---|
| Self type |
Definable behavior for overflow conditions.
Returns the column number of the encoded position.
| Inherited from | Position (hidden) |
|---|
Encodes a position into a single integer.
| Inherited from | Position (hidden) |
|---|
Returns the line number of the encoded position.
| Inherited from | Position (hidden) |
|---|
Returns a string representation of the encoded position.
| Inherited from | Position (hidden) |
|---|
Number of bits used to encode the column number
| Inherited from | Position (hidden) |
|---|
Mask to decode the column number
| Inherited from | Position (hidden) |
|---|
Number of bits used to encode the line number
| Inherited from | Position (hidden) |
|---|
Mask to decode the line number
| Inherited from | Position (hidden) |
|---|
© 2002-2022 EPFL, with contributions from Lightbend.
Licensed under the Apache License, Version 2.0.
https://scala-lang.org/api/3.2.0/scala/io/Source$RelaxedPosition$.html