Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
reflection
master
Reflection
Call
NamedArg
Node
Nop
NumberLiteral
Built with Crystal 1.9.2
2023-10-07 19:44:56 UTC
class
Reflection::NumberLiteral
Reflection::NumberLiteral
Reflection::Node
Reference
Object
Defined in:
reflection.cr
Constructors
.new
(number : Int32)
Instance Method Summary
#==
(other : Node)
#number
: Int32
Instance methods inherited from class
Reflection::Node
==(other : Node)
==
Constructor Detail
def self.
new
(number : Int32)
#
[
View source
]
Instance Method Detail
def
==
(other :
Node
)
#
[
View source
]
def
number
: Int32
#
[
View source
]