Uses of Class
io.github.treesitter.jtreesitter.TreeCursor
- 
Uses of TreeCursor in io.github.treesitter.jtreesitter
Methods in io.github.treesitter.jtreesitter that return TreeCursorModifier 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.Methods in io.github.treesitter.jtreesitter with parameters of type TreeCursorModifier and TypeMethodDescriptionvoidTreeCursor.reset(TreeCursor cursor) Reset the cursor to start at the same position as another cursor.