TreeCursor
Mutable tree walker. Walks a Tree depth-first, handling both Tree and TreeBuffer children.
Functions
Link copied to clipboard
Move to the first child that ends after pos.
Link copied to clipboard
Move to the last child that starts before pos.
Link copied to clipboard
Move to the first child. Returns true if successful.
Link copied to clipboard
Match this node against a list of parent names (innermost last).
Link copied to clipboard
Move to the given position, finding the deepest node at that point.
Link copied to clipboard
Move to the next sibling. Returns true if successful.
Link copied to clipboard
Move to the previous sibling.