Uses of Class
io.github.treesitter.jtreesitter.TreeCursor
-
Uses of TreeCursor in io.github.treesitter.jtreesitter
Modifier and TypeMethodDescriptionTreeCursor.clone()
Create a shallow copy of the tree cursor.Node.walk()
Create a new tree cursor starting from this node.Tree.walk()
Create a new tree cursor starting from the root node of the tree.Modifier and TypeMethodDescriptionvoid
TreeCursor.reset
(TreeCursor cursor) Reset the cursor to start at the same position as another cursor.