mirror of
https://github.com/johndoe6345789/tustu.git
synced 2026-04-26 14:45:01 +00:00
stuff
This commit is contained in:
35
app/L/RecordNumberFunction.java
Normal file
35
app/L/RecordNumberFunction.java
Normal file
@@ -0,0 +1,35 @@
|
||||
package L;
|
||||
|
||||
import ax.CloneableImplInAxPackage;
|
||||
import ax.AxInterfaceAb;
|
||||
import ax.AbstractInAxPackage;
|
||||
|
||||
public class RecordNumberFunction extends AbstractInAxPackage {
|
||||
AxInterfaceAb a;
|
||||
|
||||
double b = Double.NaN;
|
||||
|
||||
int c = 0;
|
||||
|
||||
protected A(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/A.class
|
||||
* Java compiler version: 8 (52.0)
|
||||
* JD-Core Version: 1.1.3
|
||||
*/
|
||||
Reference in New Issue
Block a user