nss-lang
0.0.1
nss-lang
/
ast.expr.literal
/
NumberLiteral
Number
Literal
class
NumberLiteral
(
val
value
:
Double
)
:
Expression
Content copied to clipboard
Represents a constant number value defined in the source code.
Constructors
Properties
Constructors
Number
Literal
Link copied to clipboard
fun
NumberLiteral
(
value
:
Double
)
Content copied to clipboard
Properties
value
Link copied to clipboard
val
value
:
Double
Content copied to clipboard
the numerical value of this constant.