NumberLiteral

class NumberLiteral(val value: Double) : Expression

Represents a constant number value defined in the source code.

Constructors

Link copied to clipboard
fun NumberLiteral(value: Double)

Properties

Link copied to clipboard
val value: Double

the numerical value of this constant.