OffsetPosition

scala.util.parsing.input.OffsetPosition
See theOffsetPosition companion class
object OffsetPosition extends AbstractFunction2[CharSequence, Int, OffsetPosition]

An object holding the index cache.

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
class AbstractFunction2[CharSequence, Int, OffsetPosition]
trait (CharSequence, Int) => OffsetPosition
class Object
trait Matchable
class Any
Show all
Self type

Members list

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Inherited methods

def curried: CharSequence => Int => OffsetPosition

Attributes

Inherited from:
Function2
override def toString(): String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Function2 -> Any
Inherited from:
Function2
def tupled: ((CharSequence, Int)) => OffsetPosition

Attributes

Inherited from:
Function2