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

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class TokenSpan
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product