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