Uses of Record Class
io.github.treesitter.jtreesitter.QueryCapture
-
Uses of QueryCapture in io.github.treesitter.jtreesitter
Methods in io.github.treesitter.jtreesitter that return types with arguments of type QueryCaptureModifier and TypeMethodDescriptionQueryMatch.captures()
Returns the value of thecaptures
record component.Constructor parameters in io.github.treesitter.jtreesitter with type arguments of type QueryCaptureModifierConstructorDescriptionQueryMatch
(int patternIndex, List<QueryCapture> captures) Creates an instance of a QueryMatch record class.