SingleStepping class Null safety

State while single-stepping through a program. Like Running, this state creates a RunningController that has its own ControllerState.

Inheritance
Mixed in types

Constructors

SingleStepping(RunningController rc)

Properties

controller Controller
finalinherited
hashCode int
The hash code for this object.
read-onlyinherited
model Model<Operation>
read-onlyinherited
program ProgramMemory<Operation>
read-only
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
stackLiftEnabled bool
Tell if stack lift is enabled. This is considered part of the controller's state, but note that the status from a running program reflects back to when a program isn't running. This is important for proper functioning of the R/S key, and SST. The value comes from the RealController.
read / writeinherited

Methods

abort() → void
inherited
buttonDown(Operation key) → void
override
buttonUp(Operation key) → void
override
changeState<T extends ControllerState>(T v) → T
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
onChangedTo() → void
Called by the controller when this state is changed to
override
toString() String
A string representation of this object.
inherited
unreachable() → void
Convenience method to call from an unreachable operation on a state
inherited

Operators

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