DartBlockFunction class sealed
Base class for all function types in DartBlock.
Functions can be either:
- DartBlockCustomFunction: User-defined functions with Statements
- DartBlockNativeFunction: Built-in functions with native Dart implementations
- Implementers
Properties
- hashCode → int
-
The hash code for this object.
no setteroverride
- name ↔ String
-
getter/setter pair
-
parameters
↔ List<
DartBlockVariableDefinition> -
getter/setter pair
- returnType ↔ DartBlockDataType?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
copy(
) → DartBlockFunction -
execute(
DartBlockArbiter arbiter, List< DartBlockValue> args) → DartBlockValue? - Execute the function with the given arguments.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toScript(
{DartBlockTypedLanguage language = DartBlockTypedLanguage.java}) → String -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override