Uses of Class
com.apicatalog.tree.io.TreeTraversal
Packages that use TreeTraversal
Package
Description
Provides a flexible, format-agnostic framework for processing tree-like data
structures.
-
Uses of TreeTraversal in com.apicatalog.tree.io
Methods in com.apicatalog.tree.io that return TreeTraversalModifier and TypeMethodDescriptionTreeTraversal.reset()Resets the visitor's internal state, clearing the traversal stack and counters.TreeTraversal.root(Object node, TreeAdapter adapter) Sets the root node for the traversal, initializing the visitor's stack.Method parameters in com.apicatalog.tree.io with type arguments of type TreeTraversalModifier and TypeMethodDescriptionvoidTreeIO.traverse(Consumer<TreeTraversal> visitor) voidTreeTraversal.traverse(Consumer<TreeTraversal> consumer) -
Uses of TreeTraversal in com.apicatalog.tree.io.java
Subclasses of TreeTraversal in com.apicatalog.tree.io.javaModifier and TypeClassDescriptionclassA specialized class that builds a native object model from any tree-like source.