Package-level declarations
Types
Functions
Link copied to clipboard
Note that type T is not strictly forced to be a Node. This is intended to support interfaces like Statement
or Expression
. However, being an ancestor the returned value is guaranteed to be a Node, as only Node instances can be part of the hierarchy.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Performs a post-order (or leaves-first) node traversal starting with a given node.
Link copied to clipboard