Uses of Enum Class
com.apicatalog.tree.io.TreeTraversal.Context
Packages that use TreeTraversal.Context
Package
Description
Provides a flexible, format-agnostic framework for processing tree-like data
structures.
-
Uses of TreeTraversal.Context in com.apicatalog.tree.io
Fields in com.apicatalog.tree.io declared as TreeTraversal.ContextModifier and TypeFieldDescriptionprotected TreeTraversal.ContextTreeTraversal.currentNodeContextMethods in com.apicatalog.tree.io that return TreeTraversal.ContextModifier and TypeMethodDescriptionTreeTraversal.nodeContext()Gets the context of the current node.static TreeTraversal.ContextReturns the enum constant of this class with the specified name.static TreeTraversal.Context[]TreeTraversal.Context.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.apicatalog.tree.io with parameters of type TreeTraversal.ContextModifier and TypeMethodDescriptionprotected booleanTreeTraversal.next(TreeTraversal.Context stepContext)