class Reflection::Call
- Reflection::Call
- Reflection::Node
- Reference
- Object
Defined in:
reflection.crConstructors
Instance Method Summary
- #==(other : Node)
- #args : Array(Node)
- #block : String
- #name : String
- #named_args : Array(NamedArg)
- #receiver : Node
Instance methods inherited from class Reflection::Node
==(other : Node)
==
Constructor Detail
def self.new(name : String, receiver : Reflection::Node, args : Array(Reflection::Node), named_args : Array(Reflection::NamedArg), block : String)
#