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.setContainingByteRange(int startByte, int endByte) Set the byte range within which all matches must be fully contained.QueryCursor.setContainingPointRange(Point startPoint, Point endPoint) Set the point range within which all matches must be fully contained.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.