MPIEvaluator class
- Implemented types
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.
override
-
dump(
Map< String, String> feature, {Context? ctx}) → Future<List< Script> ?> -
Dump the scripts.
override
-
exec(
String code, Map< String, String> args, String dft, {Context? ctx}) → Future<String?> -
Exec the script with name.
override
-
index(
Paging index, {Context? ctx}) → Future< Page< Script> ?> -
Index the scripts.
override
-
ioc(
) → void -
override
-
methods(
) → Map< String, Introspector> -
override
-
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