Class Parser.CancellationFlag

java.lang.Object
io.github.treesitter.jtreesitter.Parser.CancellationFlag
Enclosing class:
Parser

@Deprecated(since="0.25.0") public static class Parser.CancellationFlag extends Object
Deprecated.
Use Parser.Options instead.
A class representing a cancellation flag.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated.
    Creates an uninitialized cancellation flag.
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    get()
    Deprecated.
    Get the value of the flag.
    void
    set(long value)
    Deprecated.
    Set the value of the flag.

    Methods inherited from class Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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.