class CrystalLib::Function
- CrystalLib::Function
- CrystalLib::ASTNode
- Reference
- Object
Defined in:
crystal_lib/ast.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
true
if this reference is the same as other. - #args : Array(CrystalLib::Arg)
- #args=(args : Array(CrystalLib::Arg))
-
#hash(hasher)
See
Object#hash(hasher)
- #name : String
- #name=(name : String)
- #return_type : CrystalLib::Type
- #return_type=(return_type : CrystalLib::Type)
- #to_s(io, semicolon = true)
- #variadic=(variadic : Bool)
- #variadic? : Bool
Instance methods inherited from class CrystalLib::ASTNode
doc : String | Nil
doc,
doc=(doc : String | Nil)
doc=,
unscoped_name
unscoped_name
Constructor Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true
if this reference is the same as other. Invokes same?
.