put a mononoke spider princess per bean grave

This commit is contained in:
Willem Cazander 2022-10-18 12:11:12 +02:00
parent 84f3a34f21
commit 37ab7ae4be
23 changed files with 83 additions and 71 deletions

View file

@ -190,7 +190,9 @@ public class CalculatorDeskApp extends AbstractDeskApp implements DeskAppRendere
result = v1*v2; result = v1*v2;
break; break;
case DIVIDE: case DIVIDE:
if (v2 != 0) {
result = v1/v2; result = v1/v2;
}
break; break;
default: default:
break; break;

View file

@ -12,37 +12,63 @@ import love.distributedrebirth.bassboonyd.coffin.BãßBȍőnCoffin;
import love.distributedrebirth.bassboonyd.coffin.BãßBȍőnCoffinNail; import love.distributedrebirth.bassboonyd.coffin.BãßBȍőnCoffinNail;
import love.distributedrebirth.bassboonyd.coffin.BãßBȍőnCoffinOpen; import love.distributedrebirth.bassboonyd.coffin.BãßBȍőnCoffinOpen;
import love.distributedrebirth.bassboonyd.sinit.BãßBȍőnꝐŕḯṿª; import love.distributedrebirth.bassboonyd.sinit.BãßBȍőnꝐŕḯṿª;
import love.distributedrebirth.bassboonyd.spider.BãßBȍőnSpider;
@BãßBȍőnAuthor注(name = "للَّٰهِilLצسُو", copyright = "©Δ∞ 仙上主天") @BãßBȍőnAuthor注(name = "للَّٰهِilLצسُو", copyright = "©Δ∞ 仙上主天")
public interface Bãß { public interface Bãß {
public static final class Ꝑŕḯṿª implements BãßBȍőnꝐŕḯṿª { public static final class Ꝑŕḯṿª implements BãßBȍőnꝐŕḯṿª {
private static final Map<Object, BãßBȍőnCoffin<?>> GRAVE_YARD = new WeakHashMap<>(); // TODO: test bean gc private static final Map<Object, BȍőnGrave> GRAVE_YARD = new WeakHashMap<>();
private static final ReadWriteLock FUNERAL = new ReentrantReadWriteLock(); private static final ReadWriteLock FUNERAL = new ReentrantReadWriteLock();
private Ꝑŕḯṿª() { private Ꝑŕḯṿª() {
} }
@SafeVarargs @SafeVarargs
public static final <T, K extends BãßBȍőnCoffinNail> void ᴵᴺᴵᵀ(BãßBȍőnʸᴰ<T,K> boon, Consumer<BãßBȍőnCoffinOpen<K>>...coffinFillers) { public static final <T, K extends BãßBȍőnCoffinNail> void ᴵᴺᴵᵀ(BãßBȍőnʸᴰ<T,K> boon, Consumer<BãßBȍőnCoffinOpen<K>>...coffinFillers) { // mononoke-init
BãßBȍőnPhaseLoader.CAST_BONE_MAGIC(boon, coffinFillers); BãßBȍőnPhaseLoader.CAST_BONE_MAGIC(boon, 墳ᴼᶠ(boon).spider, coffinFillers);
} }
public static final <T, K extends BãßBȍőnCoffinNail> void 鎖ᴳᴿᴬⱽᴱ(BãßBȍőnʸᴰ<T,K> boon) { protected static final <T, K extends BãßBȍőnCoffinNail> BãßBȍőnCoffin<K> 殭屍ᴼᶠ(BãßBȍőnʸᴰ<T,K> boon) { // zombie-of
BãßBȍőnCoffin<K> coffin = (BãßBȍőnCoffin<K>)boon.toBBC(); return 墳ᴼᶠ(boon).石棺ᴹᵃᵍᶦᶜ(boon.getClass());
}
public static final <T, K extends BãßBȍőnCoffinNail> void 鎖ᴳᴿᴬⱽᴱ(BãßBȍőnʸᴰ<T,K> boon) { // lock-grave
BãßBȍőnCoffin<K> coffin = boon.toBBC();
if (!(coffin instanceof BãßBȍőnCoffinOpen)) { if (!(coffin instanceof BãßBȍőnCoffinOpen)) {
return; // already closed return; // already closed
} }
Lock graveDigger = FUNERAL.writeLock(); Lock graveDigger = FUNERAL.readLock();
graveDigger.lock(); graveDigger.lock();
try { try {
GRAVE_YARD.remove(boon.toBBCHeadStoneʸᴰ()); GRAVE_YARD.get(boon).棺ᴸᵒᶜᵏ();
GRAVE_YARD.put(boon.toBBCHeadStoneʸᴰ(), ((BãßBȍőnCoffinOpen<K>)coffin).LOCK_COFFIN());
} finally { } finally {
graveDigger.unlock(); graveDigger.unlock();
} }
} }
private static final BȍőnGrave 墳ᴼᶠ(BãßBȍőnʸᴰ<?,?> boon) { // grave-of
BȍőnGrave boonGrave = null;
Lock bibleReader = FUNERAL.readLock(); // Can't force enum only, thus no jvm safety
bibleReader.lock();
try {
boonGrave = GRAVE_YARD.get(boon);
} finally {
bibleReader.unlock();
}
if (boonGrave == null) {
Lock shemiraWriter = FUNERAL.writeLock();
shemiraWriter.lock();
try {
boonGrave = new BȍőnGrave();
GRAVE_YARD.put(boon, boonGrave);
} finally {
shemiraWriter.unlock();
}
}
return boonGrave;
}
//TODO //TODO
// public static <T> T 豆ᴺᴱᵂ(Class<T> seedling) { // public static <T> T 豆ᴺᴱᵂ(Class<T> seedling) {
// try { // try {
@ -54,28 +80,24 @@ public interface Bãß {
// throw new RuntimeException(e); // throw new RuntimeException(e);
// } // }
// } // }
}
public static final class BȍőnGrave {
private final BãßBȍőnSpider spider;
private BãßBȍőnCoffin<?> coffin;
private BȍőnGrave() {
this.spider = new BãßBȍőnSpider();
this.coffin = BãßBȍőnCoffinOpen.newInstance();
}
@SuppressWarnings("unchecked") @SuppressWarnings("unchecked")
protected static final <T, K extends BãßBȍőnCoffinNail> BãßBȍőnCoffin<K> 殭屍ᴼᶠ(BãßBȍőnʸᴰ<T,K> boon) { private <T, K extends BãßBȍőnCoffinNail> BãßBȍőnCoffin<K> 石棺ᴹᵃᵍᶦᶜ(Class<T> coffinType) { // sarcophagus-magic
BãßBȍőnCoffin<K> zombieCoffin = null; return (BãßBȍőnCoffin<K>) coffin;
Lock bibleReader = Bãß.Ꝑŕḯṿª.FUNERAL.readLock(); // Can't force enum only, thus no jvm safety
bibleReader.lock();
try {
zombieCoffin = (BãßBȍőnCoffin<K>) Bãß.Ꝑŕḯṿª.GRAVE_YARD.get(boon.toBBCHeadStoneʸᴰ());
} finally {
bibleReader.unlock();
} }
if (zombieCoffin == null) {
Lock shemiraWriter = Bãß.Ꝑŕḯṿª.FUNERAL.writeLock(); private void 棺ᴸᵒᶜᵏ() { // coffin-lock
shemiraWriter.lock(); coffin = BãßBȍőnCoffinOpen.FROM(coffin).LOCK_COFFIN();
try {
zombieCoffin = BãßBȍőnCoffinOpen.newInstance();
Bãß.Ꝑŕḯṿª.GRAVE_YARD.put(boon.toBBCHeadStoneʸᴰ(), zombieCoffin);
} finally {
shemiraWriter.unlock();
}
}
return zombieCoffin;
} }
} }

View file

@ -24,35 +24,32 @@ import love.distributedrebirth.bassboonyd.spider.BãßBȍőnSpiderWire注;
@BãßBȍőnAuthor注(name = "للَّٰهِilLצسُو", copyright = "©Δ∞ 仙上主天") @BãßBȍőnAuthor注(name = "للَّٰهِilLצسُو", copyright = "©Δ∞ 仙上主天")
public final class BãßBȍőnPhaseLoader { public final class BãßBȍőnPhaseLoader {
private static final BãßBȍőnSpider BLACK_WIDOW = new BãßBȍőnSpider();
private static final Set<Class<?>> SCANNED = new LinkedHashSet<>();
private BãßBȍőnPhaseLoader() { private BãßBȍőnPhaseLoader() {
} }
@SafeVarargs @SafeVarargs
protected static <T, K extends BãßBȍőnCoffinNail> void CAST_BONE_MAGIC(BãßBȍőnʸᴰ<T,K> boon, Consumer<BãßBȍőnCoffinOpen<K>>...coffinFillers) { protected static <T, K extends BãßBȍőnCoffinNail> void CAST_BONE_MAGIC(BãßBȍőnʸᴰ<T,K> boon, BãßBȍőnSpider spider, Consumer<BãßBȍőnCoffinOpen<K>>...coffinFillers) {
BãßBȍőnCoffinOpen<K> bbc = BãßBȍőnCoffinOpen.FROM(boon); BãßBȍőnCoffinOpen<K> bbc = BãßBȍőnCoffinOpen.FROM(boon);
try { try {
for (Consumer<BãßBȍőnCoffinOpen<K>> embalmFactory:coffinFillers) { for (Consumer<BãßBȍőnCoffinOpen<K>> embalmFactory:coffinFillers) {
embalmFactory.accept(bbc); embalmFactory.accept(bbc);
} }
initPrivate(boon); initPrivate(boon);
initSpiderEggs(boon); initSpiderEggs(boon, spider);
initSpiderWires(boon); initSpiderWires(boon, spider);
} catch (Exception e) { } catch (Exception e) {
throw new RuntimeException(e); throw new RuntimeException(e);
} }
} }
private static void initSpiderWires(Object boon) throws IllegalAccessException, IllegalArgumentException, InvocationTargetException { private static void initSpiderWires(Object boon, BãßBȍőnSpider spider) throws IllegalAccessException, IllegalArgumentException, InvocationTargetException {
//System.out.println("SCAN-BOON-FIELD: "+boon.getClass().getSimpleName()); //System.out.println("SCAN-BOON-FIELD: "+boon.getClass().getSimpleName());
for (Field m:boon.getClass().getDeclaredFields()) { for (Field m:boon.getClass().getDeclaredFields()) {
if (!m.isAnnotationPresent(BãßBȍőnSpiderWire注.class)) { if (!m.isAnnotationPresent(BãßBȍőnSpiderWire注.class)) {
continue; continue;
} }
BãßBȍőnSpiderWire注 anno = m.getAnnotation(BãßBȍőnSpiderWire注.class); BãßBȍőnSpiderWire注 anno = m.getAnnotation(BãßBȍőnSpiderWire注.class);
BãßBȍőnSpiderSilk silkRoad = BLACK_WIDOW.silkRoad(m.getType()); BãßBȍőnSpiderSilk silkRoad = spider.silkRoad(m.getType());
Object bean = silkRoad.senseWire(boon, anno.name(), anno.description()); Object bean = silkRoad.senseWire(boon, anno.name(), anno.description());
//System.out.println("type: "+ m.getType() +" wth name: "+anno.name()+" of boon: "+boon.getClass()); //System.out.println("type: "+ m.getType() +" wth name: "+anno.name()+" of boon: "+boon.getClass());
@ -61,25 +58,21 @@ public final class BãßBȍőnPhaseLoader {
} }
} }
private static <T, K extends BãßBȍőnCoffinNail> void initSpiderEggs(BãßBȍőnʸᴰ<T,K> boon) throws IllegalAccessException, IllegalArgumentException, InvocationTargetException { private static <T, K extends BãßBȍőnCoffinNail> void initSpiderEggs(BãßBȍőnʸᴰ<T,K> boon, BãßBȍőnSpider spider) throws IllegalAccessException, IllegalArgumentException, InvocationTargetException {
for (Class<?> interfaceClass:walkInterfaces(boon.getClass(), new LinkedHashSet<>())) { for (Class<?> interfaceClass:walkInterfaces(boon.getClass(), new LinkedHashSet<>())) {
for (Class<?> declaredClass:((Class<?>) interfaceClass).getDeclaredClasses()) { for (Class<?> declaredClass:((Class<?>) interfaceClass).getDeclaredClasses()) {
initSpiderEggRegistrate(boon, declaredClass); initSpiderEggRegistrate(boon, spider, declaredClass);
} }
} }
for (Class<?> declaredClass:boon.getClass().getDeclaredClasses()) { for (Class<?> declaredClass:boon.getClass().getDeclaredClasses()) {
initSpiderEggRegistrate(boon, declaredClass); initSpiderEggRegistrate(boon, spider, declaredClass);
} }
} }
private static <T, K extends BãßBȍőnCoffinNail> void initSpiderEggRegistrate(BãßBȍőnʸᴰ<T,K> boon, Class<?> declaredClass) throws IllegalAccessException, IllegalArgumentException, InvocationTargetException { private static <T, K extends BãßBȍőnCoffinNail> void initSpiderEggRegistrate(BãßBȍőnʸᴰ<T,K> boon, BãßBȍőnSpider spider, Class<?> declaredClass) throws IllegalAccessException, IllegalArgumentException, InvocationTargetException {
if (!BãßBȍőnꝐŕḯṿª.class.isAssignableFrom(declaredClass)) { if (!BãßBȍőnꝐŕḯṿª.class.isAssignableFrom(declaredClass)) {
return; return;
} }
if (SCANNED.contains(declaredClass)) {
return;
}
SCANNED.add(declaredClass);
for (Method m:declaredClass.getDeclaredMethods()) { for (Method m:declaredClass.getDeclaredMethods()) {
if (!m.isAnnotationPresent(BãßBȍőnSpiderEgg注.class)) { if (!m.isAnnotationPresent(BãßBȍőnSpiderEgg注.class)) {
continue; continue;
@ -87,7 +80,7 @@ public final class BãßBȍőnPhaseLoader {
//System.out.println("annoEgg: "+boon.getClass().getSimpleName()+"."+boon+" from: "+declaredClass.getName()+" m="+m.toGenericString()); //System.out.println("annoEgg: "+boon.getClass().getSimpleName()+"."+boon+" from: "+declaredClass.getName()+" m="+m.toGenericString());
m.setAccessible(true); m.setAccessible(true);
BLACK_WIDOW.registrateEgg(m.getReturnType(), m); spider.registrateEgg(m.getReturnType(), m);
} }
} }

View file

@ -7,11 +7,6 @@ import love.distributedrebirth.bassboonyd.coffin.BãßBȍőnCoffinNail;
@BãßBȍőnAuthor注(name = "للَّٰهِilLצسُو", copyright = "©Δ∞ 仙上主天") @BãßBȍőnAuthor注(name = "للَّٰهِilLצسُو", copyright = "©Δ∞ 仙上主天")
public interface BãßBȍőnʸᴰ<T, K extends BãßBȍőnCoffinNail> { public interface BãßBȍőnʸᴰ<T, K extends BãßBȍőnCoffinNail> {
@SuppressWarnings("unchecked")
default T toBBCHeadStoneʸᴰ() {
return (T) this;
}
default BãßBȍőnCoffin<K> toBBC() { default BãßBȍőnCoffin<K> toBBC() {
return Bãß.Ꝑŕḯṿª.殭屍ᴼᶠ(this); return Bãß.Ꝑŕḯṿª.殭屍ᴼᶠ(this);
} }

View file

@ -76,7 +76,7 @@ public enum Base2PartsFactory implements DefaultEnumInstanceᴶᴹˣ<Base2PartsF
private static final int[] SUPPORTED_BASES = {2,3,4,5,6,7,8,9,10,11,12,16,20,60}; private static final int[] SUPPORTED_BASES = {2,3,4,5,6,7,8,9,10,11,12,16,20,60};
private Base2PartsFactory() { private Base2PartsFactory() {
Bãß.Ꝑŕḯṿª.ᴵᴺᴵᵀ(this); Bãß.Ꝑŕḯṿª.ᴵᴺᴵᵀ(this);
} }
public int[] BãßBases() { public int[] BãßBases() {

View file

@ -69,7 +69,7 @@ public enum Base2Terminator implements DefaultEnumInstanceᴶᴹˣ<Base2Terminat
private CounterGuageᴶᴹˣ writeV144ToctaTypeWrites; private CounterGuageᴶᴹˣ writeV144ToctaTypeWrites;
private Base2Terminator() { private Base2Terminator() {
Bãß.Ꝑŕḯṿª.ᴵᴺᴵᵀ(this); Bãß.Ꝑŕḯṿª.ᴵᴺᴵᵀ(this);
} }
public int Bãß2ReadTong(InputStream input, List<V072Tong> output) throws IOException { public int Bãß2ReadTong(InputStream input, List<V072Tong> output) throws IOException {

View file

@ -48,7 +48,7 @@ public enum Base2WarpCore implements DefaultEnumInstanceᴶᴹˣ<Base2WarpCore,B
private CounterGuageᴶᴹˣ warpCoreWrites; private CounterGuageᴶᴹˣ warpCoreWrites;
private Base2WarpCore() { private Base2WarpCore() {
Bãß.Ꝑŕḯṿª.ᴵᴺᴵᵀ(this); Bãß.Ꝑŕḯṿª.ᴵᴺᴵᵀ(this);
armedWarpWaterName.setValueString("default"); armedWarpWaterName.setValueString("default");
armedWarpWaterDesc.setValueString("Current active cipher."); armedWarpWaterDesc.setValueString("Current active cipher.");
armedWarpCipherLock.setValueBoolean(false); armedWarpCipherLock.setValueBoolean(false);

View file

@ -15,7 +15,7 @@ public enum T02PartBinary implements BãßBȍőnPartʸᴰ<T02PartBinary> {
public final static T02PartBinary STATIC = T02PartBinary.PART_1; public final static T02PartBinary STATIC = T02PartBinary.PART_1;
private T02PartBinary(String dialTone, String chinaKey, String chinaValue) { private T02PartBinary(String dialTone, String chinaKey, String chinaValue) {
Bãß.Ꝑŕḯṿª.ᴵᴺᴵᵀ(this, BBC -> { Bãß.Ꝑŕḯṿª.ᴵᴺᴵᵀ(this, BBC -> {
BBC.PUT_OBJ(BãßBȍőnPartNail.DIAL_TONE, dialTone); BBC.PUT_OBJ(BãßBȍőnPartNail.DIAL_TONE, dialTone);
BBC.PUT_OBJ(BãßBȍőnPartNail.CHINA_KEY, chinaKey); BBC.PUT_OBJ(BãßBȍőnPartNail.CHINA_KEY, chinaKey);
BBC.PUT_OBJ(BãßBȍőnPartNail.CHINA_VALUE, chinaValue); BBC.PUT_OBJ(BãßBȍőnPartNail.CHINA_VALUE, chinaValue);

View file

@ -16,7 +16,7 @@ public enum T03PartTrit implements BãßBȍőnPartʸᴰ<T03PartTrit> {
public final static T03PartTrit STATIC = T03PartTrit.PART_1; public final static T03PartTrit STATIC = T03PartTrit.PART_1;
private T03PartTrit(String dialTone, String chinaKey, String chinaValue) { private T03PartTrit(String dialTone, String chinaKey, String chinaValue) {
Bãß.Ꝑŕḯṿª.ᴵᴺᴵᵀ(this, BBC -> { Bãß.Ꝑŕḯṿª.ᴵᴺᴵᵀ(this, BBC -> {
BBC.PUT_OBJ(BãßBȍőnPartNail.DIAL_TONE, dialTone); BBC.PUT_OBJ(BãßBȍőnPartNail.DIAL_TONE, dialTone);
BBC.PUT_OBJ(BãßBȍőnPartNail.CHINA_KEY, chinaKey); BBC.PUT_OBJ(BãßBȍőnPartNail.CHINA_KEY, chinaKey);
BBC.PUT_OBJ(BãßBȍőnPartNail.CHINA_VALUE, chinaValue); BBC.PUT_OBJ(BãßBȍőnPartNail.CHINA_VALUE, chinaValue);

View file

@ -20,7 +20,7 @@ public enum T04PartQuad implements BãßBȍőnPartAlt3ʸᴰ<T04PartQuad> {
public final static T04PartQuad STATIC = T04PartQuad.PART_1; public final static T04PartQuad STATIC = T04PartQuad.PART_1;
private T04PartQuad(String dialTone, String chinaKey, String chinaValue, String alt1Value, String alt2Value, String alt3Value) { private T04PartQuad(String dialTone, String chinaKey, String chinaValue, String alt1Value, String alt2Value, String alt3Value) {
Bãß.Ꝑŕḯṿª.ᴵᴺᴵᵀ(this, BBC -> { Bãß.Ꝑŕḯṿª.ᴵᴺᴵᵀ(this, BBC -> {
BBC.PUT_OBJ(BãßBȍőnPartNail.DIAL_TONE, dialTone); BBC.PUT_OBJ(BãßBȍőnPartNail.DIAL_TONE, dialTone);
BBC.PUT_OBJ(BãßBȍőnPartNail.CHINA_KEY, chinaKey); BBC.PUT_OBJ(BãßBȍőnPartNail.CHINA_KEY, chinaKey);
BBC.PUT_OBJ(BãßBȍőnPartNail.CHINA_VALUE, chinaValue); BBC.PUT_OBJ(BãßBȍőnPartNail.CHINA_VALUE, chinaValue);

View file

@ -20,7 +20,7 @@ public enum T05PartPental implements BãßBȍőnPartAlt2ʸᴰ<T05PartPental> {
public final static T05PartPental STATIC = T05PartPental.PART_1; public final static T05PartPental STATIC = T05PartPental.PART_1;
private T05PartPental(String dialTone, String chinaKey, String chinaValue, String alt1Value, String alt2Value) { private T05PartPental(String dialTone, String chinaKey, String chinaValue, String alt1Value, String alt2Value) {
Bãß.Ꝑŕḯṿª.ᴵᴺᴵᵀ(this, BBC -> { Bãß.Ꝑŕḯṿª.ᴵᴺᴵᵀ(this, BBC -> {
BBC.PUT_OBJ(BãßBȍőnPartNail.DIAL_TONE, dialTone); BBC.PUT_OBJ(BãßBȍőnPartNail.DIAL_TONE, dialTone);
BBC.PUT_OBJ(BãßBȍőnPartNail.CHINA_KEY, chinaKey); BBC.PUT_OBJ(BãßBȍőnPartNail.CHINA_KEY, chinaKey);
BBC.PUT_OBJ(BãßBȍőnPartNail.CHINA_VALUE, chinaValue); BBC.PUT_OBJ(BãßBȍőnPartNail.CHINA_VALUE, chinaValue);

View file

@ -20,7 +20,7 @@ public enum T06PartSeximal implements BãßBȍőnPartAlt1ʸᴰ<T06PartSeximal> {
public final static T06PartSeximal STATIC = T06PartSeximal.PART_1; public final static T06PartSeximal STATIC = T06PartSeximal.PART_1;
private T06PartSeximal(String dialTone, String chinaKey, String chinaValue, String alt1Value) { private T06PartSeximal(String dialTone, String chinaKey, String chinaValue, String alt1Value) {
Bãß.Ꝑŕḯṿª.ᴵᴺᴵᵀ(this, BBC -> { Bãß.Ꝑŕḯṿª.ᴵᴺᴵᵀ(this, BBC -> {
BBC.PUT_OBJ(BãßBȍőnPartNail.DIAL_TONE, dialTone); BBC.PUT_OBJ(BãßBȍőnPartNail.DIAL_TONE, dialTone);
BBC.PUT_OBJ(BãßBȍőnPartNail.CHINA_KEY, chinaKey); BBC.PUT_OBJ(BãßBȍőnPartNail.CHINA_KEY, chinaKey);
BBC.PUT_OBJ(BãßBȍőnPartNail.CHINA_VALUE, chinaValue); BBC.PUT_OBJ(BãßBȍőnPartNail.CHINA_VALUE, chinaValue);

View file

@ -21,7 +21,7 @@ public enum T07PartPlanIt implements BãßBȍőnPartAlt1ʸᴰ<T07PartPlanIt> {
public final static T07PartPlanIt STATIC = T07PartPlanIt.PART_1; public final static T07PartPlanIt STATIC = T07PartPlanIt.PART_1;
private T07PartPlanIt(String dialTone, String chinaKey, String chinaValue, String alt1Value) { private T07PartPlanIt(String dialTone, String chinaKey, String chinaValue, String alt1Value) {
Bãß.Ꝑŕḯṿª.ᴵᴺᴵᵀ(this, BBC -> { Bãß.Ꝑŕḯṿª.ᴵᴺᴵᵀ(this, BBC -> {
BBC.PUT_OBJ(BãßBȍőnPartNail.DIAL_TONE, dialTone); BBC.PUT_OBJ(BãßBȍőnPartNail.DIAL_TONE, dialTone);
BBC.PUT_OBJ(BãßBȍőnPartNail.CHINA_KEY, chinaKey); BBC.PUT_OBJ(BãßBȍőnPartNail.CHINA_KEY, chinaKey);
BBC.PUT_OBJ(BãßBȍőnPartNail.CHINA_VALUE, chinaValue); BBC.PUT_OBJ(BãßBȍőnPartNail.CHINA_VALUE, chinaValue);

View file

@ -23,7 +23,7 @@ public enum T08PartOctal implements BãßBȍőnPartShiftBitsʸᴰ<T08PartOctal>
public final static T08PartOctal STATIC = T08PartOctal.PART_1; public final static T08PartOctal STATIC = T08PartOctal.PART_1;
private T08PartOctal(String dialTone, String chinaKey, String chinaValue, int shiftBits) { private T08PartOctal(String dialTone, String chinaKey, String chinaValue, int shiftBits) {
Bãß.Ꝑŕḯṿª.ᴵᴺᴵᵀ(this, BBC -> { Bãß.Ꝑŕḯṿª.ᴵᴺᴵᵀ(this, BBC -> {
BBC.PUT_OBJ(BãßBȍőnPartNail.DIAL_TONE, dialTone); BBC.PUT_OBJ(BãßBȍőnPartNail.DIAL_TONE, dialTone);
BBC.PUT_OBJ(BãßBȍőnPartNail.CHINA_KEY, chinaKey); BBC.PUT_OBJ(BãßBȍőnPartNail.CHINA_KEY, chinaKey);
BBC.PUT_OBJ(BãßBȍőnPartNail.CHINA_VALUE, chinaValue); BBC.PUT_OBJ(BãßBȍőnPartNail.CHINA_VALUE, chinaValue);

View file

@ -22,7 +22,7 @@ public enum T09PartNonary implements BãßBȍőnPartʸᴰ<T09PartNonary> {
public final static T09PartNonary STATIC = T09PartNonary.PART_1; public final static T09PartNonary STATIC = T09PartNonary.PART_1;
private T09PartNonary(String dialTone, String chinaKey, String chinaValue) { private T09PartNonary(String dialTone, String chinaKey, String chinaValue) {
Bãß.Ꝑŕḯṿª.ᴵᴺᴵᵀ(this, BBC -> { Bãß.Ꝑŕḯṿª.ᴵᴺᴵᵀ(this, BBC -> {
BBC.PUT_OBJ(BãßBȍőnPartNail.DIAL_TONE, dialTone); BBC.PUT_OBJ(BãßBȍőnPartNail.DIAL_TONE, dialTone);
BBC.PUT_OBJ(BãßBȍőnPartNail.CHINA_KEY, chinaKey); BBC.PUT_OBJ(BãßBȍőnPartNail.CHINA_KEY, chinaKey);
BBC.PUT_OBJ(BãßBȍőnPartNail.CHINA_VALUE, chinaValue); BBC.PUT_OBJ(BãßBȍőnPartNail.CHINA_VALUE, chinaValue);

View file

@ -25,7 +25,7 @@ public enum T10PartDecimal implements BãßBȍőnPartAlt2ʸᴰ<T10PartDecimal> {
public final static T10PartDecimal STATIC = T10PartDecimal.PART_1; public final static T10PartDecimal STATIC = T10PartDecimal.PART_1;
private T10PartDecimal(String dialTone, String chinaKey, String chinaValue, String alt1Value, String alt2Value) { private T10PartDecimal(String dialTone, String chinaKey, String chinaValue, String alt1Value, String alt2Value) {
Bãß.Ꝑŕḯṿª.ᴵᴺᴵᵀ(this, BBC -> { Bãß.Ꝑŕḯṿª.ᴵᴺᴵᵀ(this, BBC -> {
BBC.PUT_OBJ(BãßBȍőnPartNail.DIAL_TONE, dialTone); BBC.PUT_OBJ(BãßBȍőnPartNail.DIAL_TONE, dialTone);
BBC.PUT_OBJ(BãßBȍőnPartNail.CHINA_KEY, chinaKey); BBC.PUT_OBJ(BãßBȍőnPartNail.CHINA_KEY, chinaKey);
BBC.PUT_OBJ(BãßBȍőnPartNail.CHINA_VALUE, chinaValue); BBC.PUT_OBJ(BãßBȍőnPartNail.CHINA_VALUE, chinaValue);

View file

@ -25,7 +25,7 @@ public enum T11PartUndecimal implements BãßBȍőnPartAlt1ʸᴰ<T11PartUndecima
public final static T11PartUndecimal STATIC = T11PartUndecimal.PART_1; public final static T11PartUndecimal STATIC = T11PartUndecimal.PART_1;
private T11PartUndecimal(String dialTone, String chinaKey, String chinaValue, String alt1Value) { private T11PartUndecimal(String dialTone, String chinaKey, String chinaValue, String alt1Value) {
Bãß.Ꝑŕḯṿª.ᴵᴺᴵᵀ(this, BBC -> { Bãß.Ꝑŕḯṿª.ᴵᴺᴵᵀ(this, BBC -> {
BBC.PUT_OBJ(BãßBȍőnPartNail.DIAL_TONE, dialTone); BBC.PUT_OBJ(BãßBȍőnPartNail.DIAL_TONE, dialTone);
BBC.PUT_OBJ(BãßBȍőnPartNail.CHINA_KEY, chinaKey); BBC.PUT_OBJ(BãßBȍőnPartNail.CHINA_KEY, chinaKey);
BBC.PUT_OBJ(BãßBȍőnPartNail.CHINA_VALUE, chinaValue); BBC.PUT_OBJ(BãßBȍőnPartNail.CHINA_VALUE, chinaValue);

View file

@ -26,7 +26,7 @@ public enum T12PartUncial implements BãßBȍőnPartAlt1ʸᴰ<T12PartUncial> {
public final static T12PartUncial STATIC = T12PartUncial.PART_1; public final static T12PartUncial STATIC = T12PartUncial.PART_1;
private T12PartUncial(String dialTone, String chinaKey, String chinaValue, String alt1Value) { private T12PartUncial(String dialTone, String chinaKey, String chinaValue, String alt1Value) {
Bãß.Ꝑŕḯṿª.ᴵᴺᴵᵀ(this, BBC -> { Bãß.Ꝑŕḯṿª.ᴵᴺᴵᵀ(this, BBC -> {
BBC.PUT_OBJ(BãßBȍőnPartNail.DIAL_TONE, dialTone); BBC.PUT_OBJ(BãßBȍőnPartNail.DIAL_TONE, dialTone);
BBC.PUT_OBJ(BãßBȍőnPartNail.CHINA_KEY, chinaKey); BBC.PUT_OBJ(BãßBȍőnPartNail.CHINA_KEY, chinaKey);
BBC.PUT_OBJ(BãßBȍőnPartNail.CHINA_VALUE, chinaValue); BBC.PUT_OBJ(BãßBȍőnPartNail.CHINA_VALUE, chinaValue);

View file

@ -30,7 +30,7 @@ public enum T16PartHex implements BãßBȍőnPartAlt1ʸᴰ<T16PartHex> {
public final static T16PartHex STATIC = T16PartHex.PART_1; public final static T16PartHex STATIC = T16PartHex.PART_1;
private T16PartHex(String dialTone, String chinaKey, String chinaValue, String alt1Value) { private T16PartHex(String dialTone, String chinaKey, String chinaValue, String alt1Value) {
Bãß.Ꝑŕḯṿª.ᴵᴺᴵᵀ(this, BBC -> { Bãß.Ꝑŕḯṿª.ᴵᴺᴵᵀ(this, BBC -> {
BBC.PUT_OBJ(BãßBȍőnPartNail.DIAL_TONE, dialTone); BBC.PUT_OBJ(BãßBȍőnPartNail.DIAL_TONE, dialTone);
BBC.PUT_OBJ(BãßBȍőnPartNail.CHINA_KEY, chinaKey); BBC.PUT_OBJ(BãßBȍőnPartNail.CHINA_KEY, chinaKey);
BBC.PUT_OBJ(BãßBȍőnPartNail.CHINA_VALUE, chinaValue); BBC.PUT_OBJ(BãßBȍőnPartNail.CHINA_VALUE, chinaValue);

View file

@ -46,7 +46,7 @@ public enum T20PartScore implements BãßBȍőnPartAlt4ʸᴰ<T20PartScore> {
private T20PartScore(String dialTone, String chinaKey, String chinaValue, private T20PartScore(String dialTone, String chinaKey, String chinaValue,
String alt1Value, String alt2Value, String alt3Value, String alt4Value) { String alt1Value, String alt2Value, String alt3Value, String alt4Value) {
Bãß.Ꝑŕḯṿª.ᴵᴺᴵᵀ(this, BBC -> { Bãß.Ꝑŕḯṿª.ᴵᴺᴵᵀ(this, BBC -> {
BBC.PUT_OBJ(BãßBȍőnPartNail.DIAL_TONE, dialTone); BBC.PUT_OBJ(BãßBȍőnPartNail.DIAL_TONE, dialTone);
BBC.PUT_OBJ(BãßBȍőnPartNail.CHINA_KEY, chinaKey); BBC.PUT_OBJ(BãßBȍőnPartNail.CHINA_KEY, chinaKey);
BBC.PUT_OBJ(BãßBȍőnPartNail.CHINA_VALUE, chinaValue); BBC.PUT_OBJ(BãßBȍőnPartNail.CHINA_VALUE, chinaValue);

View file

@ -73,7 +73,7 @@ public enum T60PartSexagesimal implements BãßBȍőnPartʸᴰ<T60PartSexagesima
public final static T60PartSexagesimal STATIC = T60PartSexagesimal.PART_1; public final static T60PartSexagesimal STATIC = T60PartSexagesimal.PART_1;
private T60PartSexagesimal(String dialTone, String chinaKey, String chinaValue) { private T60PartSexagesimal(String dialTone, String chinaKey, String chinaValue) {
Bãß.Ꝑŕḯṿª.ᴵᴺᴵᵀ(this, BBC -> { Bãß.Ꝑŕḯṿª.ᴵᴺᴵᵀ(this, BBC -> {
BBC.PUT_OBJ(BãßBȍőnPartNail.DIAL_TONE, dialTone); BBC.PUT_OBJ(BãßBȍőnPartNail.DIAL_TONE, dialTone);
BBC.PUT_OBJ(BãßBȍőnPartNail.CHINA_KEY, chinaKey); BBC.PUT_OBJ(BãßBȍőnPartNail.CHINA_KEY, chinaKey);
BBC.PUT_OBJ(BãßBȍőnPartNail.CHINA_VALUE, chinaValue); BBC.PUT_OBJ(BãßBȍőnPartNail.CHINA_VALUE, chinaValue);

View file

@ -179,7 +179,7 @@ public enum BaseGlyphSet implements DefaultEnumSetᴶᴹˣ<BaseGlyphSet,BaseGlyp
} }
private BaseGlyphSet(BaseGlyphSetNumber numbers, BaseGlyphSetNumber hex, BaseGlyphSetNumber gematria, Boolean reverseScript) { private BaseGlyphSet(BaseGlyphSetNumber numbers, BaseGlyphSetNumber hex, BaseGlyphSetNumber gematria, Boolean reverseScript) {
Bãß.Ꝑŕḯṿª.ᴵᴺᴵᵀ(this, BBC -> { Bãß.Ꝑŕḯṿª.ᴵᴺᴵᵀ(this, BBC -> {
BBC.PUT_OBJ(BaseGlyphSetNail.NUMBERS, numbers); BBC.PUT_OBJ(BaseGlyphSetNail.NUMBERS, numbers);
BBC.PUT_OBJ(BaseGlyphSetNail.HEXIMALS, hex); BBC.PUT_OBJ(BaseGlyphSetNail.HEXIMALS, hex);
BBC.PUT_OBJ(BaseGlyphSetNail.GEMATRIA, gematria); BBC.PUT_OBJ(BaseGlyphSetNail.GEMATRIA, gematria);

View file

@ -44,7 +44,7 @@ public enum GDXAppTos4 implements DefaultEnumInstanceᴶᴹˣ<GDXAppTos4,BãßB
private AttributeStringᴶᴹˣ startupArgs; private AttributeStringᴶᴹˣ startupArgs;
private GDXAppTos4() { private GDXAppTos4() {
Bãß.Ꝑŕḯṿª.ᴵᴺᴵᵀ(this); Bãß.Ꝑŕḯṿª.ᴵᴺᴵᵀ(this);
} }
public void BãßInit(List<String> args, int viewWidth, int viewHeight, NativeFileChooser fileChooser) { public void BãßInit(List<String> args, int viewWidth, int viewHeight, NativeFileChooser fileChooser) {