Uses of Class
io.github.treesitter.jtreesitter.Parser
-
Uses of Parser in io.github.treesitter.jtreesitter
Modifier and TypeMethodDescriptionParser.setCancellationFlag
(Parser.CancellationFlag cancellationFlag) Set the parser's current cancellation flag.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) Set the maximum duration in microseconds that parsing should be allowed to take before halting.