Width

parsley.errors.TokenSpan$.Width
final case class Width(w: Int) extends TokenSpan

This class describes a simple span of w characters.

Attributes

w

the width of the token in UTF-16 characters.

Since:

4.0.0

Source:
TokenSpan.scala
Graph
Supertypes
trait Product
trait Equals
class TokenSpan
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product