Uses of Class
io.github.treesitter.jtreesitter.Parser.Options
-
Uses of Parser.Options in io.github.treesitter.jtreesitter
Methods in io.github.treesitter.jtreesitter with parameters of type Parser.OptionsModifier and TypeMethodDescriptionParser.parse
(ParseCallback parseCallback, InputEncoding encoding, @Nullable Tree oldTree, @Nullable Parser.Options options) Parse source code from a callback and create a syntax tree.Parser.parse
(ParseCallback parseCallback, InputEncoding encoding, Parser.Options options) Parse source code from a callback and create a syntax tree.