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
finalinherited
statementType StatementType
finalinherited

Methods

bodyExecute(DartBlockArbiter arbiter, covariant StatementContextPreExecutionResult? preExecutionResult) StatementContextBodyExecutionResult?
buildTree(DartBlockProgramTreeNode neoTechCoreNode) DartBlockProgramTreeNode
inherited
copy() 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?
override
shuffle() Statement
inherited
toJson() Map<String, dynamic>
inherited
toScript({DartBlockTypedLanguage language = DartBlockTypedLanguage.java}) String
inherited
toString() String
A string representation of this object.
inherited
trim(int remaining) → (Statement?, int)
inherited

Operators

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