Uses of Class
ch.usi.si.seart.treesitter.TreeCursorNode
-
Packages that use TreeCursorNode Package Description ch.usi.si.seart.treesitter Provides all the core classes for interfacing with the tree-sitter API. -
-
Uses of TreeCursorNode in ch.usi.si.seart.treesitter
Methods in ch.usi.si.seart.treesitter that return TreeCursorNode Modifier and Type Method Description TreeCursorNodeOffsetTreeCursor. getCurrentTreeCursorNode()TreeCursorNodeTreeCursor. getCurrentTreeCursorNode()Get theTreeCursorNoderepresentation of theNodethat the cursor is currently pointing to.
-