Uses of Enum Class
io.github.treesitter.jtreesitter.InputEncoding
-
Uses of InputEncoding in io.github.treesitter.jtreesitter
Methods in io.github.treesitter.jtreesitter that return InputEncodingModifier and TypeMethodDescriptionstatic InputEncoding
Returns the enum constant of this class with the specified name.static @NonNull InputEncoding
Convert a standard Charset to an InputEncoding.static InputEncoding[]
InputEncoding.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.github.treesitter.jtreesitter with parameters of type InputEncodingModifier and TypeMethodDescriptionParser.parse
(ParseCallback parseCallback, InputEncoding encoding) Parse source code from a callback and create a syntax tree.Parser.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.Parser.parse
(String source, InputEncoding encoding) Parse source code from a string and create a syntax tree.Parser.parse
(String source, InputEncoding encoding, @Nullable Tree oldTree) Parse source code from a string and create a syntax tree.