Toggle menu
Nitlanguage.org
Nitdoc
nitc
parser
parser_nodes
ANewExpr
_callsite
private
var
_callsite
: nullable
CallSite
nitc
::
ANewExpr
::
_callsite
Doc
Linearization
Summary
The constructor invoked by the new.
The constructor invoked by the new.
Summary
Property definitions
nitc::typing$ANewExpr$_callsite
Property definitions
nitc
::
typing
$
ANewExpr
::
_callsite
# The constructor invoked by the new.
var
callsite
:
nullable
CallSite
src/semantize/typing.nit:2400,2--2401,32