Toggle menu
Nitlanguage.org
Nitdoc
nitc
parser
parser_nodes
AManyExpr
n_exprs=
protected
fun
n_exprs=
(n_exprs:
ANodes
[
AExpr
])
nitc
::
AManyExpr
::
n_exprs=
Doc
Linearization
Summary
The list of expressions
The list of expressions
Summary
Property definitions
nitc$AManyExpr$n_exprs=
Property definitions
nitc
$
AManyExpr
::
n_exprs=
# The list of expressions
var
n_exprs
=
new
ANodes
[
AExpr
]
(
self
)
src/parser/parser_nodes.nit:2816,2--2817,38