Class Parser.CancellationFlag
java.lang.Object
io.github.treesitter.jtreesitter.Parser.CancellationFlag
- Enclosing class:
 Parser
Deprecated.
A class representing a cancellation flag.
- 
Constructor Summary
Constructors - 
Method Summary
 
- 
Constructor Details
- 
CancellationFlag
public CancellationFlag()Deprecated.Creates an uninitialized cancellation flag. 
 - 
 - 
Method Details
- 
get
public long get()Deprecated.Get the value of the flag. - 
set
public void set(long value) Deprecated.Set the value of the flag. 
 - 
 
Parser.Optionsinstead.