Uses of Enum Class
io.github.treesitter.jtreesitter.InputEncoding
- 
Uses of InputEncoding in io.github.treesitter.jtreesitter
Subclasses with type arguments of type InputEncoding in io.github.treesitter.jtreesitterMethods in io.github.treesitter.jtreesitter that return InputEncodingModifier and TypeMethodDescriptionstatic InputEncodingReturns the enum constant of this class with the specified name.static @NonNull InputEncodingConvert 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.