Uses of Class
ch.usi.si.seart.treesitter.Parser.Builder
-
Packages that use Parser.Builder Package Description ch.usi.si.seart.treesitter Provides all the core classes for interfacing with the tree-sitter API. -
-
Uses of Parser.Builder in ch.usi.si.seart.treesitter
Methods in ch.usi.si.seart.treesitter that return Parser.Builder Modifier and Type Method Description static Parser.BuilderParser. builder()Obtain a newBuilderfor constructing a parser instance.Parser.BuilderParser.Builder. language(@NotNull Language language)Sets the programming language intended for parsing.Parser.BuilderParser.Builder. timeout(long timeout)Set the maximum duration in microseconds that parsing should be allowed to take.Parser.BuilderParser.Builder. timeout(long timeout, @NotNull TimeUnit timeUnit)Set the maximum duration that parsing should be allowed to take.Parser.BuilderParser.Builder. timeout(@NotNull Duration duration)Set the maximum duration that parsing should be allowed to take.Parser.BuilderParser. toBuilder()Obtain a newBuilderinitialized with the current parser settings.
-