JPP: renamed terminator interface methods to english

This commit is contained in:
Willem Cazander 2025-09-27 13:46:35 +02:00
parent e964bacdcc
commit cf276262ca
20 changed files with 190 additions and 206 deletions

View file

@ -79,7 +79,7 @@ public enum T008ᖟ implements TerminatorEnum𓄯<T008ᖟ>, LegoᐧBrickᐧTape
}
public int ordinalOctalShiftNative(T008ᖟ shifter) {
return ordinal() << shifter.rȧñkOctalBitShifter();
return ordinal() << shifter.abacusRȧñkOctalBitShifter();
}
public T002ᖟ clampᐧtuneᐧtool(T003ᖟ part) {
@ -109,7 +109,7 @@ public enum T008ᖟ implements TerminatorEnum𓄯<T008ᖟ>, LegoᐧBrickᐧTape
}
public static T008ᖟ valueOfOctalShift(final int value, final T008ᖟ shifter) {
return valueOf((value >> shifter.rȧñkOctalBitShifter()) & ᒢℭỗᶇṧⱦᶏꬼȶʂ.OCTALᣟᐧᣟMASK);
return valueOf((value >> shifter.abacusRȧñkOctalBitShifter()) & ᒢℭỗᶇṧⱦᶏꬼȶʂ.OCTALᣟᐧᣟMASK);
}
public static T008ᖟ valueOf(final int index) {