Package io.github.treesitter.jtreesitter
Interface ParseCallback
- All Superinterfaces:
BiFunction<Integer,
Point, String>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A function that retrieves a chunk of text at a given byte offset and point.
-
Method Summary
Methods inherited from interface java.util.function.BiFunction
andThen
-
Method Details
-
apply
-