toggle menu
SnakeYAML Engine KMP
3.1.1
common
switch theme
search in API
SnakeYAML Engine KMP
/
it.krzeminski.snakeyaml.engine.kmp.tokens
/
DirectiveToken
/
YamlDirective
Yaml
Directive
data
class
YamlDirective
(
val
major
:
Int
,
val
minor
:
Int
)
:
DirectiveToken.TokenValue
(
source
)
Members
Constructors
Yaml
Directive
Link copied to clipboard
constructor
(
major
:
Int
,
minor
:
Int
)
Properties
major
Link copied to clipboard
val
major
:
Int
minor
Link copied to clipboard
val
minor
:
Int
name
Link copied to clipboard
open
override
val
name
:
String