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/av.java

24 lines
373 B

class av extends ap {
private long d;
private long e;
final an f;
av(an var1, String var2, String var3) {
super(var2, var3);
this.f = var1;
this.d = 0L;
this.e = 0L;
}
public double d() {
// $FF: Couldn't be decompiled
}
public String c() {
return "%";
}
public Double e() {
return 100.0D;
}
}