TreeSitterSyntaxWorkerEngine class final
Pure-Dart syntax pipeline owned by a background isolate or Web Worker.
The engine deliberately has no Flutter or browser dependency. Platform adapters only transport requests and load raw assets; table decoding, query compilation, locals analysis, parsing, and capture evaluation all happen here.
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
clear(
) → void -
disposeSession(
String session) → void -
execute(
Map< String, Object?> request) → Map<String, Object?> -
loadGrammar(
String grammarName, Uint8List tableBytes, Uint8List queryBytes) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited