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
/
Expression
/
Inline
Inline
@
Serializable
@
SerialName
(
value
=
"InlineExpression"
)
data
class
Inline
(
val
expression
:
InlineExpression
)
:
Expression
(
source
)
An inline expression - a simple value.
Members
Constructors
Inline
Link copied to clipboard
constructor
(
expression
:
InlineExpression
)
Properties
expression
Link copied to clipboard
val
expression
:
InlineExpression
The underlying inline expression