JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
SEARCH
Uses of Record Class
io.github.treesitter.jtreesitter.InputEdit
Uses of
InputEdit
in
io.github.treesitter.jtreesitter
Methods in
io.github.treesitter.jtreesitter
with parameters of type
InputEdit
Modifier and Type
Method
Description
void
Node.
edit
(
InputEdit
edit)
Edit this node to keep it in-sync with source code that has been edited.
void
Tree.
edit
(
InputEdit
edit)
Edit the syntax tree to keep it in sync with source code that has been modified.