ArgDone class Null safety

Inheritance
Implementers

Constructors

ArgDone(void _calculate(Model<ProgramOperation>))

Properties

hashCode int
The hash code for this object.
read-onlyinherited
opcode int
latefinal
programDisplay String
latefinal
programListing String
latefinal
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>)?)
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.
init(int registerBase, {required OpInitFunction f, required ProgramOperation? shift, required bool argDot, required ProgramOperation? arg, required bool userMode}) → void
override
liftStackIfEnabled(Model<ProgramOperation> m) bool
matches(ProgramOperation key, bool userMode) Arg?
override
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