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

22 lines
373 B

public class ar extends ap {
private final String d;
private final double e;
public ar(String var1, String var2, String var3, double var4) {
super(var1, var2);
this.d = var3;
this.e = var4;
}
public String c() {
return this.d;
}
public double d() {
return this.e;
}
public Double e() {
return null;
}
}