Uses of Class
ch.usi.si.seart.treesitter.Symbol
-
Packages that use Symbol Package Description ch.usi.si.seart.treesitter Provides all the core classes for interfacing with the tree-sitter API. -
-
Uses of Symbol in ch.usi.si.seart.treesitter
Methods in ch.usi.si.seart.treesitter that return Symbol Modifier and Type Method Description SymbolNode. getGrammarSymbol()Get the syntax treeSymbolassociated with this node as it appears in the grammar, ignoring aliases.SymbolNode. getSymbol()Get the syntax treeSymbolassociated with this node.SymbolLookaheadIterator. next()
-