Evaluator class abstract
- Implementers
- Annotations
-
- @SPI(name: "mpi")
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
-
compile(
Script script, {Context? ctx}) → Future< String?> - Compile the named rule.
-
dump(
Map< String, String> feature, {Context? ctx}) → Future<List< Script> ?> - Dump the scripts.
-
exec(
String code, Map< String, String> args, String dft, {Context? ctx}) → Future<String?> - Exec the script with name.
-
index(
Paging index, {Context? ctx}) → Future< Page< Script> ?> - Index the scripts.
-
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