Uses of Class
io.github.treesitter.jtreesitter.Language
-
Uses of Language in io.github.treesitter.jtreesitter
Modifier and TypeMethodDescriptionLanguage.clone()
Get another reference to the language.LookaheadIterator.getLanguage()
Get the current language of the lookahead iterator.Parser.getLanguage()
Get the language that the parser will use for parsing.Tree.getLanguage()
Get the language that was used to parse the syntax tree.static Language
Language.load
(SymbolLookup symbols, String language) Load a language by looking for its function in the given symbols.Modifier and TypeMethodDescriptionboolean
Reset the lookahead iterator to the given state and another language.Parser.setLanguage
(Language language) Set the language that the parser will use for parsing.