checkRegisterAccess abstract method Null safety
- int i
Throws a CalculatorError(3) if the given register does not exist.
Implementation
void checkRegisterAccess(int i);
Throws a CalculatorError(3) if the given register does not exist.
void checkRegisterAccess(int i);