mirror of
https://github.com/johndoe6345789/tustu.git
synced 2026-04-25 06:04:59 +00:00
39 lines
618 B
Java
39 lines
618 B
Java
package be;
|
|
|
|
public class BeInterfaceRomeo {
|
|
public static int a = 0;
|
|
|
|
public static int b = 1;
|
|
|
|
public static int c = 2;
|
|
|
|
private int d = a;
|
|
|
|
private String e = null;
|
|
|
|
public boolean a() {
|
|
return ((this.d & b) != 0);
|
|
}
|
|
|
|
public void b() {
|
|
this.d = b;
|
|
}
|
|
|
|
public void c() {
|
|
this.d = c;
|
|
}
|
|
|
|
public String d() {
|
|
return this.e;
|
|
}
|
|
|
|
public void a(String paramString) {
|
|
this.e = paramString;
|
|
}
|
|
}
|
|
|
|
|
|
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/be/R.class
|
|
* Java compiler version: 8 (52.0)
|
|
* JD-Core Version: 1.1.3
|
|
*/ |