Uses of Class
ch.usi.si.seart.treesitter.TreeCursor
-
Packages that use TreeCursor Package Description ch.usi.si.seart.treesitter -
-
Uses of TreeCursor in ch.usi.si.seart.treesitter
Methods in ch.usi.si.seart.treesitter that return TreeCursor Modifier and Type Method Description TreeCursorNode. walk()A tree cursor allows you to walk a syntax tree more efficiently than is possible using the instance functions.
-