| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
This includes making some parts of the general Traverser public, but not everything. |
Sorry, something went wrong.
|
@bbakerman @gkesler @exbe I would like to link to some good explanation about general traversal and for example pre/post order is a special case of depthFirst. Any recommendations? thx |
Sorry, something went wrong.
There was a problem hiding this comment.
Looks good to me - nothing stands out as a problem
Sorry, something went wrong.
|
@andimarek Are you looking for an example, explanation or something else? Updated: I think it make sense to add similar special cases for breadthFirst too as a legitimate api. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
graphql-java should provide a good way to traverse a Document/Query. This makes the NodeTraverser public and adds special pre/post Order methods for easy usage.