Toggle menu
Nitlanguage.org
Nitdoc
nitc
parser
parser_nodes
ASendExpr
_callsite
private
var
_callsite
: nullable
CallSite
nitc
::
ASendExpr
::
_callsite
Doc
Linearization
Summary
The property invoked by the send.
The property invoked by the send.
Summary
Property definitions
nitc::typing$ASendExpr$_callsite
Property definitions
nitc
::
typing
$
ASendExpr
::
_callsite
# The property invoked by the send.
var
callsite
:
nullable
CallSite
src/semantize/typing.nit:1951,2--1952,32