TokenKind

org.virtuslab.yaml.internal.load.reader.token.TokenKind
See theTokenKind companion object
sealed abstract class TokenKind

Attributes

Companion
object
Source
Token.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Alias
class Anchor
object BlockEnd.type
object Comma.type
object DocumentEnd.type
object DocumentStart.type
object FlowMappingEnd.type
object FlowMappingStart.type
object FlowSequenceEnd.type
object FlowSequenceStart.type
object MappingKey.type
object MappingStart.type
object MappingValue.type
class Scalar
object SequenceStart.type
object SequenceValue.type
object StreamEnd.type
object StreamStart.type
class Tag
class TagDirective
Show all
In this article