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