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

org.treesitter.AnonymousLanguage Maven / Gradle / Ivy

The newest version!
package org.treesitter;

public class AnonymousLanguage extends TSLanguage{

    protected AnonymousLanguage(long ptr) {
        super(ptr);
    }

    @Override
    public TSLanguage copy() {
        return new AnonymousLanguage(copyPtr());
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy