All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.treesitter.TSQueryCapture Maven / Gradle / Ivy

There is a newer version: 0.24.4
Show newest version
package org.treesitter;

public class TSQueryCapture {
    private TSNode node;
    private int index;

    public TSNode getNode() {
        return node;
    }

    public int getIndex() {
        return index;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy