mirror of
https://github.com/johndoe6345789/tustu.git
synced 2026-04-25 14:15:20 +00:00
35 lines
714 B
Java
35 lines
714 B
Java
package L;
|
|
|
|
import ax.CloneableImplInAxPackage;
|
|
import ax.AxInterfaceAb;
|
|
import ax.AbstractInAxPackage;
|
|
|
|
public class RecordNumberAlternate extends AbstractInAxPackage {
|
|
AxInterfaceAb a;
|
|
|
|
double b = Double.NaN;
|
|
|
|
int c = 0;
|
|
|
|
protected L(AxInterfaceAb paramab) {
|
|
this.a = paramab;
|
|
}
|
|
|
|
public synchronized double a(CloneableImplInAxPackage paramS) {
|
|
return this.a.b(paramS);
|
|
}
|
|
|
|
public double b(CloneableImplInAxPackage paramS) {
|
|
return a(paramS);
|
|
}
|
|
|
|
public String toString() {
|
|
return "recordNumber()";
|
|
}
|
|
}
|
|
|
|
|
|
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/L/L.class
|
|
* Java compiler version: 8 (52.0)
|
|
* JD-Core Version: 1.1.3
|
|
*/ |