RelaxedPosition
scala.io.Source.RelaxedPosition
object RelaxedPosition
A Position implementation which ignores errors in the positions.
Attributes
- Graph
-
- Supertypes
- Self type
-
Members list
Value members
Inherited methods
Returns the column number of the encoded position.
Encodes a position into a single integer.
Returns the line number of the encoded position.
Returns a string representation of the encoded position.
Returns a string representation of the encoded position.
Attributes
- Inherited from:
- Position (hidden)
Inherited fields
Number of bits used to encode the column number
Mask to decode the column number
Number of bits used to encode the line number
Mask to decode the line number
In this article