正在查看: JetMelo v1.0 应用的 p.java JAVA 源代码文件
本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。
正在查看: JetMelo v1.0 应用的 p.java JAVA 源代码文件
本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。
package T4;
import A0.I;
public abstract class p extends c implements Z4.f {
public final boolean f10055m;
public p(Object obj, Class cls, String str, String str2, int i6) {
super(obj, cls, str, str2, (i6 & 1) == 1);
this.f10055m = false;
}
public final boolean equals(Object obj) {
if (obj == this) {
return true;
}
if (obj instanceof p) {
p pVar = (p) obj;
return e().equals(pVar.e()) && this.f10043j.equals(pVar.f10043j) && this.f10044k.equals(pVar.f10044k) && j.a(this.f10041h, pVar.f10041h);
}
if (obj instanceof Z4.f) {
return obj.equals(g());
}
return false;
}
public final Z4.a g() {
if (this.f10055m) {
return this;
}
Z4.a aVar = this.f10040g;
if (aVar != null) {
return aVar;
}
Z4.a a3 = a();
this.f10040g = a3;
return a3;
}
public final int hashCode() {
return this.f10044k.hashCode() + I.a(e().hashCode() * 31, 31, this.f10043j);
}
public final Z4.f j() {
if (this.f10055m) {
throw new UnsupportedOperationException("Kotlin reflection is not yet supported for synthetic Java properties. Please follow/upvote https://youtrack.jetbrains.com/issue/KT-55980");
}
Z4.a g6 = g();
if (g6 != this) {
return (Z4.f) g6;
}
throw new R4.a("Kotlin reflection implementation is not found at runtime. Make sure you have kotlin-reflect.jar in the classpath");
}
public final String toString() {
Z4.a g6 = g();
return g6 != this ? g6.toString() : android.support.v4.media.c.m(new StringBuilder("property "), this.f10043j, " (Kotlin reflection is not available)");
}
}