Uses of Class
io.github.treesitter.jtreesitter.QueryCursor.Options
-
Uses of QueryCursor.Options in io.github.treesitter.jtreesitter
Methods in io.github.treesitter.jtreesitter with parameters of type QueryCursor.OptionsModifier and TypeMethodDescriptionQueryCursor.findCaptures
(Node node, QueryCursor.Options options) Iterate over all the captures in the order that they were found.QueryCursor.findCaptures
(Node node, SegmentAllocator allocator, QueryCursor.Options options) Iterate over all the captures in the order that they were found.QueryCursor.findMatches
(Node node, QueryCursor.Options options) Iterate over all the matches in the order that they were found.QueryCursor.findMatches
(Node node, SegmentAllocator allocator, QueryCursor.Options options) Iterate over all the matches in the order that they were found, using the given allocator.