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