FunctionCallStatement class
- Inheritance
-
- Object
- Statement
- StatementContext<
FunctionCallPostExecutionResult> - FunctionCallStatement
- Annotations
-
- @JsonSerializable.new(explicitToJson: true)
Constructors
-
FunctionCallStatement(String customFunctionName, List<
DartBlockValue> arguments, StatementType statementType, String statementId, bool isIsolated) -
FunctionCallStatement.fromJson(Map<
String, dynamic> json) -
factory
-
FunctionCallStatement.init(String customFunctionName, List<
DartBlockValue> arguments)
Properties
-
arguments
↔ List<
DartBlockValue> -
getter/setter pair
- customFunctionName → String
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- isIsolated ↔ bool
-
getter/setter pairinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- statementId → String
-
finalinherited
- statementType → StatementType
-
finalinherited
Methods
-
bodyExecute(
DartBlockArbiter arbiter, covariant FunctionCallPreExecutionResult preExecutionResult) → FunctionCallBodyExecutionResult -
override
-
buildTree(
DartBlockProgramTreeNode neoTechCoreNode) → DartBlockProgramTreeNode -
override
-
copy(
) → FunctionCallStatement -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
postExecute(
DartBlockArbiter arbiter, covariant FunctionCallBodyExecutionResult bodyExecutionResult) → FunctionCallPostExecutionResult? -
override
-
preExecute(
DartBlockArbiter arbiter) → FunctionCallPreExecutionResult? -
override
-
run(
DartBlockArbiter arbiter) → FunctionCallPostExecutionResult? -
inherited
-
shuffle(
) → Statement -
inherited
-
toJson(
) → Map< String, dynamic> -
override
-
toScript(
{DartBlockTypedLanguage language = DartBlockTypedLanguage.java}) → String -
override
-
toString(
) → String -
A string representation of this object.
override
-
trim(
int remaining) → (Statement?, int) -
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited