RoseAst::RoseAst
Defines the starting node for traversal.
Description
The traversal is over a subtree rooted at the specified root node. All operations are specific to this subtree, and the traversal does not iterate above this root.
Parameters
Name |
Description |
astNode |
The object to construct from |
Created with MrDocs