Toggle menu
Nitlanguage.org
Nitdoc
nitc
parser
parser_nodes
ANode
parent=
protected
fun
parent=
(parent: nullable
ANode
)
nitc
::
ANode
::
parent=
Doc
Linearization
Summary
Parent of the node in the AST
Parent of the node in the AST
Summary
Property definitions
nitc$ANode$parent=
Property definitions
nitc
$
ANode
::
parent=
# Parent of the node in the AST
var
parent
:
nullable
ANode
=
null
src/parser/parser_nodes.nit:60,2--61,34