BinaryMatchGenerator class
BinaryMatchGenerator is a generator that generates the source code of a logical expression (predicate) for matching, implementing balanced binary search.
Constructors
- BinaryMatchGenerator({required String name, required Ranges ranges})
Properties
Methods
-
generate(
) → String - Generates source code for binary matching.
-
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