mirror of
https://github.com/johndoe6345789/tustu.git
synced 2026-04-26 14:45:01 +00:00
stuff
This commit is contained in:
47
app/L/TableLookupFunction.java
Normal file
47
app/L/TableLookupFunction.java
Normal file
@@ -0,0 +1,47 @@
|
||||
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
|
||||
*/
|
||||
Reference in New Issue
Block a user