parent property

AstNode? parent
getter/setter pair

The parent of this node, or null if this is the root node. Will be set by the analyzer after the tree has been parsed.

Implementation

AstNode? parent;