class Crystal::Macros::NumberLiteral
inherits Crystal::Macros::ASTNode
¶
Any number literal.
Methods¶
#<(other : NumberLiteral) : BoolLiteral
¶
(other : NumberLiteral) : BoolLiteral
Compares this node's value to another node's value.
#<=(other : NumberLiteral) : BoolLiteral
¶
(other : NumberLiteral) : BoolLiteral
Compares this node's value to another node's value.
#<=>(other : NumberLiteral) : NumberLiteral
¶
(other : NumberLiteral) : NumberLiteral
Compares this node's value to another node's value.
#>(other : NumberLiteral) : BoolLiteral
¶
(other : NumberLiteral) : BoolLiteral
Compares this node's value to another node's value.
#>=(other : NumberLiteral) : BoolLiteral
¶
(other : NumberLiteral) : BoolLiteral
Compares this node's value to another node's value.