RelaxedPosition
A Position implementation which ignores errors in the positions.
- Source:
- Source.scala
Value members
Concrete methods
Inherited methods
Returns the column number of the encoded position.
Returns the column number of the encoded position.
- Inherited from:
- Position
- Source:
- Position.scala
Encodes a position into a single integer.
Encodes a position into a single integer.
- Inherited from:
- Position
- Source:
- Position.scala
Returns the line number of the encoded position.
Returns the line number of the encoded position.
- Inherited from:
- Position
- Source:
- Position.scala
Returns a string representation of the encoded position.
Returns a string representation of the encoded position.
- Inherited from:
- Position
- Source:
- Position.scala
Inherited fields
Number of bits used to encode the column number
Number of bits used to encode the column number
- Inherited from:
- Position
- Source:
- Position.scala
Mask to decode the column number
Mask to decode the column number
- Inherited from:
- Position
- Source:
- Position.scala
Number of bits used to encode the line number
Number of bits used to encode the line number
- Inherited from:
- Position
- Source:
- Position.scala
Mask to decode the line number
Mask to decode the line number
- Inherited from:
- Position
- Source:
- Position.scala