Toggle menu
Nitlanguage.org
Nitdoc
nitc
parser
parser_nodes
ANewExpr
callsite=
protected
fun
callsite=
(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