MemoryPolicy15 class Null safety

Inheritance

Constructors

MemoryPolicy15(Memory15<ProgramOperation> _memory)

Properties

hashCode int
The hash code for this object.
read-onlyinherited
maxProgramBytes int
read-onlyoverride
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited

Methods

checkAvailable(int registers) → void
Throws CalculatorError(10) if the needed register memory isn't available
checkExtendProgramMemory() → void
Throws CalculatorError(4) if there's no room to add seven bytes of program memory.
override
checkRegisterAccess(int i) → void
Throws a CalculatorError(3) if the given register does not exist.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
showMemory() String
Give the string displayed by the MEM key
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited