tree-sitter / java-tree-sitter

Java bindings to the Tree-sitter parsing library
https://tree-sitter.github.io/java-tree-sitter/
MIT License
27 stars 6 forks source link

Node does not give access to Tree #15

Closed Emmeral closed 3 months ago

Emmeral commented 3 months ago

Is there any reason the Node class does not give access to the Tree it belongs to? The Tree getTree() method is package private. It could also be public such that the underlying tree can be accessed. c.f. code here

Emmeral commented 3 months ago

When are you planning to publish the changes? They are not yet available on maven central.

ObserverOfTime commented 3 months ago

They are now.