A path to a node in the AST.
the node at this path
the parent path, or null if this is the root path
Returns the ancestor nodes of this path, starting with the parent and ending with the root.
Returns the child path for the given child node.