Uses of Class
io.github.treesitter.jtreesitter.Parser
-
Uses of Parser in io.github.treesitter.jtreesitter
Methods in io.github.treesitter.jtreesitter that return ParserModifier and TypeMethodDescriptionParser.setCancellationFlag
(Parser.CancellationFlag cancellationFlag) Deprecated.Parser.setIncludedRanges
(List<Range> includedRanges) Set the ranges of text that the parser should include when parsing.Parser.setLanguage
(Language language) Set the language that the parser will use for parsing.Set the logger that the parser will use during parsing.Parser.setTimeoutMicros
(long timeoutMicros) Deprecated.UseParser.Options
instead.
Parser.Options
instead.