The wrapped child nodes for the wrapped node
Readonly
kindThe kind of this wrapper
The Node object associated with this instance
A function to apply to each wrapper in the tree rooted at this node
Optional
data: anyData to pass to the function (as state information)
The Wrapper interface
It points to a Node object. Subclasses add methods for the visitor to call.