WaitingForGotoDot class Null safety

State after the GTO key is pressed, when we don't know if the user will press "." (meaning navigate to a specific line number), or a label. In the spirit of Beckett, we do hope one arrives before too long.

On the 15C, CHS is used instead of dot.

Inheritance

Constructors

WaitingForGotoDot(Controller con, LimitedState last)

Properties

controller Controller
finalinherited
hashCode int
The hash code for this object.
read-onlyinherited
last LimitedState
final
model Model<Operation>
read-onlyinherited
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited

Methods

abort() → void
inherited
buttonDown(Operation key) → void
override
buttonUp(Operation key) → void
inherited
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
inherited
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