ProgramInstruction<OT extends ProgramOperation> class
Null safety
An instruction in a program, consisting of a ProgramOperation and a keyboard argument value.
- Implementers
Constructors
- ProgramInstruction(OT op, ArgDone arg)
Properties
- arg → ArgDone
-
final
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- isExtended → bool
-
read-only
- op → OT
-
final
- opcode → int
-
read-only
- programDisplay → String
-
How this is displayed in the LCD
read-only
- programListing → String
-
How this is displayed in a program listing
read-only
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
rightJustify(
String s, int len) → String -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited