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