mirror of
https://github.com/johndoe6345789/tustu.git
synced 2026-04-25 06:04:59 +00:00
30 lines
626 B
Java
30 lines
626 B
Java
package ax;
|
|
|
|
class AxComponentFoxtrot extends ac {
|
|
private ab a = null;
|
|
|
|
private ab b = null;
|
|
|
|
public AxComponentFoxtrot(ab paramab1, ab paramab2) {
|
|
this.a = paramab1;
|
|
this.b = paramab2;
|
|
}
|
|
|
|
public double a(S paramS) {
|
|
return this.a.b(paramS) + this.b.b(paramS);
|
|
}
|
|
|
|
public double b(S paramS) {
|
|
return a(paramS);
|
|
}
|
|
|
|
public String toString() {
|
|
return "( " + this.a.toString() + " + " + this.b.toString() + " )";
|
|
}
|
|
}
|
|
|
|
|
|
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/ax/f.class
|
|
* Java compiler version: 8 (52.0)
|
|
* JD-Core Version: 1.1.3
|
|
*/ |