PrintStatement class
Miscellaneous
Constructors
- PrintStatement(DartBlockConcatenationValue value, StatementType statementType, String statementId)
-
PrintStatement.fromJson(Map<
String, dynamic> json) -
factory
- PrintStatement.init(DartBlockConcatenationValue value)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- statementId → String
-
finalinherited
- statementType → StatementType
-
finalinherited
- value → DartBlockConcatenationValue
-
final
Methods
-
buildTree(
DartBlockProgramTreeNode neoTechCoreNode) → DartBlockProgramTreeNode -
override
-
copy(
) → PrintStatement -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
run(
DartBlockArbiter arbiter) → void -
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