DeferredRclArg class Null safety
Constructors
-
DeferredRclArg({required void pressed(Model<
ProgramOperation> , Matrix), required void released(Model<ProgramOperation> , Matrix), required int matrixNumber, bool noStackLift = false})
Properties
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- matrixNumber → int
-
final
- noStackLift → bool
-
final
- opcode ↔ int
-
latefinalinherited
-
pressed
→ void Function(Model<
ProgramOperation> , Matrix) -
final
- programDisplay ↔ String
-
latefinalinherited
- programListing ↔ String
-
latefinalinherited
-
released
→ void Function(Model<
ProgramOperation> , Matrix) -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
Methods
-
getCalculation<
T extends ProgramOperation> (Model< ProgramOperation> m, DisplayModeSelector<(void Function(Model< selector) → (void Function(Model<ProgramOperation> )?), T>ProgramOperation> )?) -
inherited
-
handleOpBeforeCalculate(
Model< ProgramOperation> m, void opBeforeCalculate()) → void -
For many of the RCL operations on matrices, we need to take over
stack lift, so we do the deferral on beforeCalculate rather than
calc.
override
-
init(
int registerBase, {required OpInitFunction f, required ProgramOperation? shift, required bool argDot, required ProgramOperation? arg, required bool userMode}) → void -
inherited
-
liftStackIfEnabled(
Model< ProgramOperation> m) → bool -
inherited
-
matches(
ProgramOperation key, bool userMode) → Arg? -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited