RelaxedPosition (original) (raw)

scala.io.Source.RelaxedPosition

A Position implementation which ignores errors in the positions.

Attributes

Source

Source.scala

Graph

Supertypes

Self type

Members list

Definable behavior for overflow conditions.

Definable behavior for overflow conditions.

Attributes

Source

Source.scala

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

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

Mask to decode the column number

Attributes

Inherited from:

Position (hidden)

Source

Position.scala

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

Mask to decode the line number

Attributes

Inherited from:

Position (hidden)

Source

Position.scala

In this article