Fork of the Fernflower decompiler
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
fernflower/testData/obfuscated/aq.java

29 lines
577 B

public class aq extends ap {
private volatile long d;
private volatile long e;
private final String f;
private static final long g = 4611686018427387903L;
private final Double h;
public aq(String var1, String var2, String var3, Double var4) {
super(var1, var2);
this.f = var3;
this.h = var4;
}
public String c() {
return this.f;
}
public void a(long param1) {
// $FF: Couldn't be decompiled
}
public double d() {
// $FF: Couldn't be decompiled
}
public Double e() {
return this.h;
}
}