Uses of Class
ch.usi.si.seart.treesitter.Capture
-
Packages that use Capture Package Description ch.usi.si.seart.treesitter -
-
Uses of Capture in ch.usi.si.seart.treesitter
Methods in ch.usi.si.seart.treesitter that return types with arguments of type Capture Modifier and Type Method Description Map<Capture,Collection<Node>>QueryMatch. getCaptures()Retrieves a mapping between the captures and captured nodes in this match.Methods in ch.usi.si.seart.treesitter with parameters of type Capture Modifier and Type Method Description Collection<Node>QueryMatch. getNodes(Capture capture)Retrieves all nodes captured under a specific capture.
-