Files
tustu/app/L/TableLookupFunction.java
2026-01-11 20:30:56 +00:00

47 lines
1.2 KiB
Java

package L;
import ax.ExceptionInAxPackage;
import ax.AxInterfaceAb;
import ax.AbstractInAxPackage;
import bH.F;
import java.io.FileNotFoundException;
public class TableLookupFunction extends AbstractInAxPackage {
AxInterfaceAb a = null;
AxInterfaceAb b = null;
String c = null;
public S(AxInterfaceAb paramab1, AxInterfaceAb paramab2) {
this.a = paramab2;
this.b = paramab1;
}
public double a(ax.S paramS) {
try {
Long long_ = Long.valueOf((long)this.a.b(paramS));
F f = V.a().a(long_);
if (this.c == null)
this.c = (f.d() != null) ? f.d().getName() : null;
double d = this.b.b(paramS);
return f.a(d);
} catch (FileNotFoundException fileNotFoundException) {
throw new ExceptionInAxPackage("inc lookup failed: " + fileNotFoundException.getMessage());
}
}
public double b(ax.S paramS) {
return a(paramS);
}
public String toString() {
return "table( " + this.b.toString() + ", \"" + this.c + "\" )";
}
}
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/L/S.class
* Java compiler version: 8 (52.0)
* JD-Core Version: 1.1.3
*/