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