Package io.github.treesitter.jtreesitter
Class Parser.CancellationFlag
java.lang.Object
io.github.treesitter.jtreesitter.Parser.CancellationFlag
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
CancellationFlag
public CancellationFlag()Creates an uninitialized cancellation flag.
-
-
Method Details
-
get
public long get()Get the value of the flag. -
set
public void set(long value) Set the value of the flag.
-