Token

object Token
Companion:
class
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Token.type

Type members

Classlikes

case object EndArray extends Token
case object EndObject extends Token
case object FalseValue extends Token
case class Key(value: String) extends Token
case object NullValue extends Token
case class NumberValue(value: String) extends Token
case object StartArray extends Token
case object StartObject extends Token
case class StringValue(value: String) extends Token
case object TrueValue extends Token

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from:
Mirror