Uses of Enum Class
cloud.opencode.base.tree.TreeTraverser.TraversalControl
Packages that use TreeTraverser.TraversalControl
-
Uses of TreeTraverser.TraversalControl in cloud.opencode.base.tree
Subclasses with type arguments of type TreeTraverser.TraversalControl in cloud.opencode.base.treeModifier and TypeClassDescriptionstatic enumTraversal control enum 遍历控制枚举Methods in cloud.opencode.base.tree that return TreeTraverser.TraversalControlModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static TreeTraverser.TraversalControl[]TreeTraverser.TraversalControl.values()Returns an array containing the constants of this enum class, in the order they are declared.Method parameters in cloud.opencode.base.tree with type arguments of type TreeTraverser.TraversalControlModifier and TypeMethodDescriptionstatic <T extends Treeable<T,ID>, ID>
booleanTreeTraverser.traverse(List<T> roots, Function<T, TreeTraverser.TraversalControl> visitor) Traverses Treeable nodes with control 带控制的Treeable节点遍历