package e.s.c;

import java.util.Objects;

/* JADX INFO: loaded from: classes.dex */
public class g extends b implements e.u.d {

    /* JADX INFO: renamed from: h, reason: collision with root package name */
    public final int f6011h;

    /* JADX INFO: renamed from: i, reason: collision with root package name */
    public final int f6012i;

    public g(int i2, Object obj, Class cls, String str, String str2, int i3) {
        super(obj, cls, str, str2, (i3 & 1) == 1);
        this.f6011h = i2;
        this.f6012i = i3 >> 1;
    }

    public boolean equals(Object obj) {
        if (obj == this) {
            return true;
        }
        if (obj instanceof g) {
            g gVar = (g) obj;
            return i.a(i(), gVar.i()) && this.f6001e.equals(gVar.f6001e) && this.f6002f.equals(gVar.f6002f) && this.f6012i == gVar.f6012i && this.f6011h == gVar.f6011h && i.a(this.f5999c, gVar.f5999c);
        }
        if (obj instanceof e.u.d) {
            return obj.equals(g());
        }
        return false;
    }

    @Override // e.s.c.b
    public e.u.a h() {
        Objects.requireNonNull(q.f6016a);
        return this;
    }

    public int hashCode() {
        return this.f6002f.hashCode() + a.b.c.a.a.G(this.f6001e, i() == null ? 0 : i().hashCode() * 31, 31);
    }

    public String toString() {
        e.u.a aVarG = g();
        return aVarG != this ? aVarG.toString() : "<init>".equals(this.f6001e) ? "constructor (Kotlin reflection is not available)" : a.b.c.a.a.u(a.b.c.a.a.C("function "), this.f6001e, " (Kotlin reflection is not available)");
    }
}
