Toggle menu
Nitlanguage.org
Nitdoc
nitc
parser
parser_nodes
AArrayExpr
n_exprs
fun
n_exprs
:
ANodes
[
AExpr
]
nitc
::
AArrayExpr
::
n_exprs
Doc
Linearization
Summary
The elements of the array
The elements of the array
Summary
Property definitions
nitc$AArrayExpr$n_exprs
Property definitions
nitc
$
AArrayExpr
::
n_exprs
# The elements of the array
var
n_exprs
=
new
ANodes
[
AExpr
]
(
self
)
src/parser/parser_nodes.nit:2602,2--2603,38