Movatterモバイル変換


[0]ホーム

URL:


Scala 3
3.7.4
LearnInstallPlaygroundFind A LibraryCommunityBlog
Scala 3
LearnInstallPlaygroundFind A LibraryCommunityBlog
DocsAPI
Generated with
Copyright (c) 2002-2025, LAMP/EPFL
Copyright (c) 2002-2025, LAMP/EPFL
Scala 3/scala/scala.io/Source/RelaxedPosition

RelaxedPosition

scala.io.Source.RelaxedPosition

A Position implementation which ignores errors in the positions.

Attributes

Source
Source.scala
Graph
Supertypes
classObject
traitMatchable
classAny
Self type

Members list

Value members

Concrete methods

defcheckInput(line:Int,column:Int):Unit

Definable behavior for overflow conditions.

Definable behavior for overflow conditions.

Attributes

Source
Source.scala

Inherited methods

finaldefcolumn(pos:Int):Int

Returns the column number of the encoded position.

Returns the column number of the encoded position.

Attributes

Inherited from:
Position (hidden)
Source
Position.scala
finaldefencode(line:Int,column:Int):Int

Encodes a position into a single integer.

Encodes a position into a single integer.

Attributes

Inherited from:
Position (hidden)
Source
Position.scala
finaldefline(pos:Int):Int

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

finalvalCOLUMN_BITS: 11

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
finalvalCOLUMN_MASK: 2047

Mask to decode the column number

Mask to decode the column number

Attributes

Inherited from:
Position (hidden)
Source
Position.scala
finalvalLINE_BITS: 20

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
finalvalLINE_MASK: 1048575

Mask to decode the line number

Mask to decode the line number

Attributes

Inherited from:
Position (hidden)
Source
Position.scala
In this article
Generated with
Copyright (c) 2002-2025, LAMP/EPFL
Copyright (c) 2002-2025, LAMP/EPFL

[8]ページ先頭

©2009-2025 Movatter.jp