StackLiftingArgDone class Null safety

Inheritance

Constructors

StackLiftingArgDone(dynamic calculate(Model<ProgramOperation>), {required bool needsStackLiftIfEnabled(Model<ProgramOperation>)})

Properties

hashCode int
The hash code for this object.
read-onlyinherited
needsStackLiftIfEnabled bool Function(Model<ProgramOperation>)
final
opcode int
latefinalinherited
programDisplay String
latefinalinherited
programListing String
latefinalinherited
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<ProgramOperation>)?), T> selector) → (void Function(Model<ProgramOperation>)?)
inherited
handleOpBeforeCalculate(Model<ProgramOperation> m, void opBeforeCalculate()) → void
Execute the beforeCalculate function of the operation. Normally it just executes, but some 15C operations can be deferred; this method can be overridden to do that.
inherited
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
override
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