TSClock class final
Managed adaptation of Tree-sitter 0.25.10's monotonic TSClock.
C ABI layout is deliberately omitted. The two semantic fields and their normalized-timespec invariant are retained exactly.
Constructors
- TSClock.monotonic({required BigInt seconds, required int nanoseconds})
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setteroverride
- nanoseconds → int
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- seconds → BigInt
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override