Uses of Class
org.neo4j.cypherdsl.core.TreeNode
Packages that use TreeNode
-
Uses of TreeNode in org.neo4j.cypherdsl.core
Methods in org.neo4j.cypherdsl.core that return TreeNodeModifier and TypeMethodDescriptionCreates a tree from aStatement.TreeNode.getParent()Returns the parent of this node ornullif this is a root node.Methods in org.neo4j.cypherdsl.core that return types with arguments of type TreeNodeModifier and TypeMethodDescriptionTreeNode.breadthFirst()Returns a breadth-first iterator of this node and it's children.TreeNode.getChildren()Returns an immutable collection of this nodes children.TreeNode.preOrder()Returns a depth-first, pre-ordered iterator of this node and it's children.Method parameters in org.neo4j.cypherdsl.core with type arguments of type TreeNode