Class Node

java.lang.Object
io.github.treesitter.jtreesitter.Node

@NullMarked public final class Node extends Object
A single node within a syntax tree.
Implementation Note:
Node lifetimes are tied to the Tree, TreeCursor, or Query that they belong to.