class Crystal::Match
inherits Reference
¶
A method lookup match.
Class methods¶
Methods¶
#arg_types : Array(Type)
¶
: Array(Type)
The type of the arguments of the matched method. These might be a subset of the types of the method call because of restrictions and overloads.
#named_arg_types : Array(NamedArgumentType)?
¶
: Array(NamedArgumentType)?
The type of the named arguments of the matched method. These might be a subset of the types of the method call because of restrictions and overloads.