@Beta(2020, 12) class LiteralExpression : Expression
Literal expression wrapping given value.
static fun color(red: Int, green: Int, blue: Int, alpha: Int): LiteralExpression! static fun color(color: Int): LiteralExpression!
Creates literal expression wrapping given color. |
|
fun dispose(): Unit |
|
fun finalize(): Unit |
|
fun getNativeHandle(): Long |
|
static fun number(value: Double): LiteralExpression!
Creates literal expression wrapping given double value. |
|
static fun string(value: String!): LiteralExpression!
Creates literal expression wrapping given text. |
|
static fun value(value: Value!): LiteralExpression!
Creates literal expression wrapping given Value. |