toggle menu
SnakeYAML Engine KMP
2.7.4-SNAPSHOT
common
switch theme
search in API
SnakeYAML Engine KMP
/
org.snakeyaml.engine.v2.tokens
/
DirectiveToken
Directive
Token
class
DirectiveToken
(
val
value
:
DirectiveToken.TokenValue
?
,
val
startMark
:
Mark
?
,
val
endMark
:
Mark
?
)
:
Token
Members
Constructors
Directive
Token
Link copied to clipboard
constructor
(
value
:
DirectiveToken.TokenValue
?
,
startMark
:
Mark
?
,
endMark
:
Mark
?
)
Types
Companion
Link copied to clipboard
object
Companion
Tag
Directive
Link copied to clipboard
data
class
TagDirective
(
val
handle
:
String
,
val
prefix
:
String
)
:
DirectiveToken.TokenValue
Token
Value
Link copied to clipboard
sealed
interface
TokenValue
Yaml
Directive
Link copied to clipboard
data
class
YamlDirective
(
val
major
:
Int
,
val
minor
:
Int
)
:
DirectiveToken.TokenValue
Properties
end
Mark
Link copied to clipboard
val
endMark
:
Mark
?
start
Mark
Link copied to clipboard
val
startMark
:
Mark
?
token
Id
Link copied to clipboard
open
override
val
tokenId
:
Token.ID
For error reporting.
value
Link copied to clipboard
val
value
:
DirectiveToken.TokenValue
?
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String