RelaxedPosition (original) (raw)
scala.io.Source.RelaxedPosition
A Position implementation which ignores errors in the positions.
Attributes
Source
Graph
Supertypes
Self type
Members list
Definable behavior for overflow conditions.
Definable behavior for overflow conditions.
Attributes
Source
Returns the column number of the encoded position.
Returns the column number of the encoded position.
Attributes
Inherited from:
Position (hidden)
Source
Encodes a position into a single integer.
Encodes a position into a single integer.
Attributes
Inherited from:
Position (hidden)
Source
Returns the line number of the encoded position.
Returns the line number of the encoded position.
Attributes
Inherited from:
Position (hidden)
Source
Returns a string representation of the encoded position.
Returns a string representation of the encoded position.
Attributes
Inherited from:
Position (hidden)
Source
Number of bits used to encode the column number
Number of bits used to encode the column number
Attributes
Inherited from:
Position (hidden)
Source
Mask to decode the column number
Mask to decode the column number
Attributes
Inherited from:
Position (hidden)
Source
Number of bits used to encode the line number
Number of bits used to encode the line number
Attributes
Inherited from:
Position (hidden)
Source
Mask to decode the line number
Mask to decode the line number
Attributes
Inherited from:
Position (hidden)
Source
In this article