Token

org.virtuslab.yaml.internal.load.reader.token.Token
final case class Token(kind: TokenKind, range: Range)

Attributes

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

Members list

Value members

Concrete methods

def end: Option[Position]

Attributes

Source
Token.scala

Attributes

Source
Token.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product