Width

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

This class describes a simple span of w characters.

Value parameters

w

the width of the token in UTF-16 characters.

Attributes

Since

4.0.0

Source
TokenSpan.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class TokenSpan
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product