EventKind

org.virtuslab.yaml.internal.load.parse.EventKind$
See theEventKind companion class
object EventKind

Attributes

Companion
class
Source
Event.scala
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
EventKind.type

Members list

Type members

Classlikes

case class Alias(id: Anchor) extends EventKind

Attributes

Source
Event.scala
Supertypes
trait Serializable
trait Product
trait Equals
class EventKind
class Object
trait Matchable
class Any
Show all
case class DocumentEnd(explicit: Boolean) extends EventKind

Attributes

Source
Event.scala
Supertypes
trait Serializable
trait Product
trait Equals
class EventKind
class Object
trait Matchable
class Any
Show all
case class DocumentStart(explicit: Boolean) extends EventKind

Attributes

Source
Event.scala
Supertypes
trait Serializable
trait Product
trait Equals
class EventKind
class Object
trait Matchable
class Any
Show all
case object MappingEnd extends EventKind

Attributes

Source
Event.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class EventKind
class Object
trait Matchable
class Any
Show all
Self type
MappingEnd.type
case class MappingStart(metadata: NodeEventMetadata) extends EventKind

Attributes

Source
PresenterImpl.scala
Supertypes
trait Serializable
trait Product
trait Equals
class EventKind
class Object
trait Matchable
class Any
Show all
case class Scalar(value: String, style: ScalarStyle, metadata: NodeEventMetadata) extends EventKind

Attributes

Source
Event.scala
Supertypes
trait Serializable
trait Product
trait Equals
class EventKind
class Object
trait Matchable
class Any
Show all
case object SequenceEnd extends EventKind

Attributes

Source
Event.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class EventKind
class Object
trait Matchable
class Any
Show all
Self type
case class SequenceStart(metadata: NodeEventMetadata) extends EventKind

Attributes

Source
Event.scala
Supertypes
trait Serializable
trait Product
trait Equals
class EventKind
class Object
trait Matchable
class Any
Show all
case object StreamEnd extends EventKind

Attributes

Source
Event.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class EventKind
class Object
trait Matchable
class Any
Show all
Self type
StreamEnd.type
case object StreamStart extends EventKind

Attributes

Source
Event.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class EventKind
class Object
trait Matchable
class Any
Show all
Self type

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source
Mirror.scala
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source
Mirror.scala