StatementContext<T extends StatementContextPostExecutionResult?> class sealed

Inheritance
Implementers

Properties

hashCode int
The hash code for this object.
no setterinherited
isIsolated bool
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
statementId String
A unique identifier.
finalinherited
statementType StatementType
The type of the Statement.
finalinherited

Methods

bodyExecute(DartBlockArbiter arbiter, covariant StatementContextPreExecutionResult? preExecutionResult) StatementContextBodyExecutionResult?
buildTree(DartBlockProgramTreeNode programTreeNode) DartBlockProgramTreeNode
inherited
copy() Statement
Create a deep copy of the Statement.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
postExecute(DartBlockArbiter arbiter, covariant StatementContextBodyExecutionResult? bodyExecutionResult) → T?
preExecute(DartBlockArbiter arbiter) StatementContextPreExecutionResult?
run(DartBlockArbiter arbiter) → T?
Execute the Statement, using the given DartBlockArbiter.
override
shuffle() Statement
Shuffle the contents of the Statement.
inherited
toJson() Map<String, dynamic>
Encode the Statement object to JSON.
inherited
toScript({DartBlockTypedLanguage language = DartBlockTypedLanguage.java}) String
Export the Statement to its equivalent textual representation in a typed language.
inherited
toString() String
A string representation of this object.
inherited
trim(int remaining) → (Statement?, int)
Trim the contents of the Statement.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited