fluent-kt
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
fluent-kt
fluent-syntax
/
dev.kbroom.fluent.syntax.parser
/
ParserError
/
Warning
Warning
data
class
Warning
(
val
kind
:
ErrorKind
,
val
message
:
String
,
val
span
:
Span
?
=
null
)
:
ParserError
(
source
)
Members
Constructors
Warning
Link copied to clipboard
constructor
(
kind
:
ErrorKind
,
message
:
String
,
span
:
Span
?
=
null
)
Properties
kind
Link copied to clipboard
val
kind
:
ErrorKind
message
Link copied to clipboard
val
message
:
String
span
Link copied to clipboard
val
span
:
Span
?