Toggle menu
Nitlanguage.org
Nitdoc
nitc
parser
parser_nodes
AManyExpr
_n_exprs
private
var
_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