Uses of Class
io.github.treesitter.jtreesitter.QueryCursor
-
Uses of QueryCursor in io.github.treesitter.jtreesitter
Methods in io.github.treesitter.jtreesitter that return QueryCursorModifier and TypeMethodDescriptionQueryCursor.setByteRange
(int startByte, int endByte) Set the range of bytes in which the query will be executed.QueryCursor.setMatchLimit
(int matchLimit) Get the maximum number of in-progress matches.QueryCursor.setMaxStartDepth
(int maxStartDepth) Set the maximum start depth for the query.QueryCursor.setPointRange
(Point startPoint, Point endPoint) Set the range of points in which the query will be executed.QueryCursor.setTimeoutMicros
(long timeoutMicros) Deprecated.
QueryCursor.Options
instead.