TreeSitterScmQueryParityAudit class final

AST-derived feature inventory for one Tree-sitter query document.

This deliberately audits source constructs rather than compiled captures, so caller-provided fallback captures cannot make an unsupported query look compatible.

Constructors

TreeSitterScmQueryParityAudit({required Map<String, int> astNodeCounts, required Map<String, int> operatorCounts, required Map<String, int> predicateCounts, required Map<String, int> directiveCounts, required Map<String, int> selectorCounts, required List<TreeSitterScmUnsupportedConstruct> unsupported})
const

Properties

astNodeCounts Map<String, int>
final
directiveCounts Map<String, int>
final
hashCode int
The hash code for this object.
no setterinherited
isSupported bool
no setter
operatorCounts Map<String, int>
final
predicateCounts Map<String, int>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectorCounts Map<String, int>
final
unsupported List<TreeSitterScmUnsupportedConstruct>
final

Methods

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