object ScalaPosition extends ScalaPosition
- Alphabetic
- By Inheritance
- ScalaPosition
- ScalaPosition
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final val COLUMN_BITS: Int(11)
Number of bits used to encode the column number
Number of bits used to encode the column number
- Definition Classes
- ScalaPosition
- final val COLUMN_MASK: 2047
Mask to decode the column number
Mask to decode the column number
- Definition Classes
- ScalaPosition
- final val LINE_BITS: Int(20)
Number of bits used to encode the line number
Number of bits used to encode the line number
- Definition Classes
- ScalaPosition
- final val LINE_MASK: 1048575
Mask to decode the line number
Mask to decode the line number
- Definition Classes
- ScalaPosition
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def checkInput(line: Int, column: Int): Unit
Definable behavior for overflow conditions.
Definable behavior for overflow conditions.
- Definition Classes
- ScalaPosition → ScalaPosition
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def column(pos: Int): Int
Returns the column number of the encoded position.
Returns the column number of the encoded position.
- Definition Classes
- ScalaPosition
- final def encode(line: Int, column: Int): Int
Encodes a position into a single integer.
Encodes a position into a single integer.
- Definition Classes
- ScalaPosition
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def line(pos: Int): Int
Returns the line number of the encoded position.
Returns the line number of the encoded position.
- Definition Classes
- ScalaPosition
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(pos: Int): String
Returns a string representation of the encoded position.
Returns a string representation of the encoded position.
- Definition Classes
- ScalaPosition
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()