StatementExecutionWriter class
- Inheritance
- Object
- Writer
- StatementExecutionWriter
Constructors
- StatementExecutionWriter(DefinedOperation operation, StringBuffer target, int indent)
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- indent → int
-
final, inherited
- operation → DefinedOperation
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- target → StringBuffer
-
final, inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
Returns a string representation of this object.
inherited
-
write(
) → void -
override
-
writeLineWithIndent(
String content, [int additional = 0]) → void -
@protected, inherited
-
writeLn(
) → void -
@protected, inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited