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

org.treesitter.TSQueryPredicateStep Maven / Gradle / Ivy

The newest version!
package org.treesitter;

public class TSQueryPredicateStep {
    private TSQueryPredicateStepType type;
    private int valueId;

    public TSQueryPredicateStepType getType() {
        return type;
    }

    public int getValueId() {
        return valueId;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy