63 lines
1.9 KiB
Java
63 lines
1.9 KiB
Java
package o;
|
|
|
|
/* renamed from: o.gct, reason: case insensitive filesystem */
|
|
/* loaded from: classes6.dex */
|
|
public class C14955gct extends AbstractC14949gcn implements InterfaceC14956gcu, InterfaceC14986gdr {
|
|
private final int a;
|
|
private final int d;
|
|
|
|
public C14955gct(int i, Object obj, Class cls, String str, String str2) {
|
|
super(obj, cls, str, str2, false);
|
|
this.d = i;
|
|
this.a = 0;
|
|
}
|
|
|
|
@Override // o.AbstractC14949gcn
|
|
protected final InterfaceC14979gdk c() {
|
|
return C14929gcJ.e(this);
|
|
}
|
|
|
|
public boolean equals(Object obj) {
|
|
if (obj == this) {
|
|
return true;
|
|
}
|
|
if (obj instanceof C14955gct) {
|
|
C14955gct c14955gct = (C14955gct) obj;
|
|
return d().equals(c14955gct.d()) && h().equals(c14955gct.h()) && this.a == c14955gct.a && this.d == c14955gct.d && C14957gcv.b(this.f, c14955gct.f) && C14957gcv.b(a(), c14955gct.a());
|
|
}
|
|
if (obj instanceof InterfaceC14986gdr) {
|
|
return obj.equals(e());
|
|
}
|
|
return false;
|
|
}
|
|
|
|
public int hashCode() {
|
|
return (((a() == null ? 0 : a().hashCode() * 31) + d().hashCode()) * 31) + h().hashCode();
|
|
}
|
|
|
|
public String toString() {
|
|
InterfaceC14979gdk e = e();
|
|
if (e != this) {
|
|
return e.toString();
|
|
}
|
|
if ("<init>".equals(d())) {
|
|
return "constructor (Kotlin reflection is not available)";
|
|
}
|
|
StringBuilder sb = new StringBuilder("function ");
|
|
sb.append(d());
|
|
sb.append(" (Kotlin reflection is not available)");
|
|
return sb.toString();
|
|
}
|
|
|
|
/* JADX INFO: Access modifiers changed from: protected */
|
|
@Override // o.AbstractC14949gcn
|
|
public final /* bridge */ /* synthetic */ InterfaceC14979gdk b() {
|
|
return (InterfaceC14986gdr) super.b();
|
|
}
|
|
|
|
@Override // o.InterfaceC14956gcu
|
|
public int getArity() {
|
|
return this.d;
|
|
}
|
|
}
|