org.treesitter.TSQueryPredicateStep Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tree-sitter Show documentation
Show all versions of tree-sitter Show documentation
Next generation Tree Sitter Java binding
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