kfx
Toggle table of contents
jvm
Platform filter
jvm
Switch theme
Search in API
kfx
core
/
io.github.hfhbd.kfx.codegen
/
CodeGenTree
/
Expression
/
DateLiteral
Date
Literal
@
Serializable
data
class
DateLiteral
(
val
value
:
LocalDate
)
:
CodeGenTree.Expression
(
source
)
Members
Constructors
Date
Literal
Link copied to clipboard
constructor
(
value
:
LocalDate
)
Properties
value
Link copied to clipboard
val
value
:
LocalDate